Previous updates value in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 10:09 AM - edited 02-13-2025 10:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2025 10:04 AM - edited 02-15-2025 01:23 PM
You can achieve your requirement by using a flow variable:
- Create a new flow variable by clicking three dots in the top right corner > choose 'Flow Variables' item
- Click on + icon and define a new variable, type Integer if you want to use value of record's attribute Updates
- Populate value of the flow variable, insert 'Set flow Variables' flow logic into flow, assign a value
- 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