Execute Timer based on difference of two dates in Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 03:07 AM
Hi All,
I have a form for a catalog item which has two dates start and end , and based on the difference of these two dates I need to execute a timer in flow designer.
Where do I need to calculate the difference of these two dates like where will I write the script and then how to run a timer ?
Thanks in advance.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 12:32 AM
Let me try this , I will update this thread
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 04:59 AM - edited 09-25-2024 05:01 AM
Hi you can create a flow variable from the top right of the type integer. The you can use flow logics to set the variable value. You can script here as well.
Here you can execute a server script. You can use the variable again in the flow wherever required.
Mark as helpful if this works