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

Popular posts from this blog

Multi currency in Salesforce - Revenue Cloud Advance - Revenue Lifecycle Management

Create the Callout Step in DRO - Salesfroce - Dynamic Revenue Orchestrator

Apex Triggers - 15 (Amazon Interview Question)