Hello Trailblazers,
I am trying to automatically convert a Lead into Account, Contact, and Opportunity when Lead Status is equal to 'Qualified'. Now the scenario is that the Close Date is a required field and has to be set in the flow otherwise the flow will throw an error. I want to set the Close Date to greater than today in flow. Any suggestions on how can I achieve this. Rest of the conditions are catered correctly in the flow, I am only stuck on this one.
Thanks,
Fahad
#flowHi @Fahad Khan I tried implementing your scenario. I was able to create related account, contact and opportunity.
For Close date greater than today we just need to equate the Close date field similar to below defined resource below.
Resource type : Formula
Datatype : Date
Formula : {!$Flow.CurrentDate}+7
You can add whatever number you want . I tried adding 7.
Hope this helps, if it does please mark my answer as best answer.
Thanks.