Hi all,
how can i connect my date selection to the formula so that i dont have to manually key in the date to the formula? based on following formula , the variable is the "2022-2-28 " i will need to manually update. Attached my workflow.
IIF([start_date]> "2022-02-28", 1,
DateTimeDiff("2022-02-28",[start_date],"month")+1)
thanks.