Previous updates value in flow designer

Shabbir1
Tera Contributor

Hi Team,

how can we get previous updates value in flow designer i have created flow designer on problem table.. i have to wait 24 hours and then if updates count increases(greater than previous) in 24 hours i have to trigger notification can anyone help in this configuration or script

Shabbir1_0-1739470878471.png

 

 

1 REPLY 1

Martin Friedel
Mega Sage

You can achieve your requirement by using a flow variable:

  1. Create a new flow variable by clicking three dots in the top right corner > choose 'Flow Variables' item
    new_flow_variable.JPG

  2. Click on + icon and define a new variable, type Integer if you want to use value of record's attribute Updates

    flow_variable.JPG

  3. Populate value of the flow variable, insert 'Set flow Variables' flow logic into flow, assign a value
    set_variable.JPG

  4. In the If condition, validate a value of the flow variable and then do your logic


If my answer helped you, please mark it as correct and helpful, thank you 👍
Martin