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
Babar Hussain 4Babar Hussain 4 

Decision box

Can anyone help me , what is the condition do I need to set in decision element to match due date equals to today's date and send an email
For your reference I attached screenshots below.

User-added imageUser-added imageUser-added image
AnkaiahAnkaiah (Salesforce Developers) 
Hi,

In FLOW , create a formula variable of number type with 0 decimal Places and use below formula

DAY({!$Flow.CurrentDate}) 

Refer the below help article.
https://help.salesforce.com/s/articleView?id=000356305&type=1

If this helps, Please mark it as best answer.

Thanks!!
Babar Hussain 4Babar Hussain 4
Hi, Ankaiah  
Can you please share the current date formula.
I created formula field but my doubt is what is the operator and value do I need to set Can you please refer my task object screenshot and confirm me.
Thanks 
BabarUser-added image