Trigger flow designer actions based on the variable

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2019 12:27 AM
Hello Experts,
I've created a flow designer for the automatic update of a field on the location table. This is being triggered from the RITM.
However I have to put a wait condition on the basis of variable on the catalog item like,
"Desired Date" : DD/MM/YYYY -- this is the field on the catalog item & the users can choose this date while requesting. Based on the date opted, the record should update on the same day which means I've to wait till the date falls and trigger the automation. I'm unable to achieve this in London (used stages also)
Could you please help me out?
Regards
Sailesh
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2019 07:47 AM
This is a good question. I have not run into the issue, but maybe these links will help?
Is there any way to run your script after the wait condition and use an update record action in your flow at that point?
Wish I could be of more help. Keep us posted.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2019 10:31 PM
Thank you Brandon I've already created the flow much before and it's working without any wait condition. My requirement now is : Flow should be triggered on the basis of variable on the catalog item (Date, here)
User X has opted date dd/mm/yyyy
Now, the flow should wait until the 'date' falls and it should trigger the record update or whatsoever action we build

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2019 12:24 AM
Hello ,
I dont think we can have the flow gets triggered based on a specific date logged in a variable on a catalog item , For this i can think of one way if you would like to go with it ,
have a scheduled job glide through the requested items and then create a flow to just update the field on the location table and trigger this scheduled job daily to check if any of the records in RITM table are matching the conditions where your target field date is today and then trigger the flow you created to update the location table through script from the scheduled job.
That should help suffice your requirement.
Hope this helps.
Mark this response as correct and e
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2020 04:15 PM
Did you ever get this figured out? I'm looking to do a something similar where I warn a user 2 hours prior to their chosen end date and time. So I created a wait for condition flow action to trigger 2 hours prior to the catalog variable time but it doesn't seem to trigger correctly. Looking for a fix but have yet to find one...