How to add current datetime to datetime field in flow Salesforce
when there is a date time field in object and if we need to add current date time to that field based on some condition in flow salesforce we will use this variable.
{!$Flow.CurrentDate}
{!$Flow.CurrentDateTime}
Comments
Post a Comment