function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alexander SlabbertAlexander Slabbert 

What is the flow builder code/variable to use when setting a fields date to Today + 20 days

I would like to create a record using a flow. When setting the due date or closing date field. What variable do I type in to set the date field to Today+20Days?
Alexander SlabbertAlexander Slabbert
User-added image
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Alexander,

Can you create a resource of type formula and return type as Date and write the formula as below.
 
Today()+20

Let me know if you face any issues.

If this solution helps, Please mark it as best answer.

Thanks,