- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2022 01:32 PM
Hello,
We are trying to use inbound email in flow designer to create request, rtim and task. It creates the records fine. However, we stuck on how to update the task that is related to RITM record. Could someone please help us?
Thank you
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2022 07:44 PM
Actually, you need to apply some wait before look up records action. Use wait for duration flow logic and give it a few secs and then try. E.g. 5 secs for testing.
So what's happening is that in the first step it's submitting the catalog item request and right after that when you try to lookup the task is not there because it could take few moments.
Wait for duration will help you for sure if it runs after the task created.
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2022 06:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2022 06:39 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2022 07:44 PM
Actually, you need to apply some wait before look up records action. Use wait for duration flow logic and give it a few secs and then try. E.g. 5 secs for testing.
So what's happening is that in the first step it's submitting the catalog item request and right after that when you try to lookup the task is not there because it could take few moments.
Wait for duration will help you for sure if it runs after the task created.
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2022 09:19 PM
I spent the entire days trying to get it to work, but I have no luck.
You got it correct Muhammad about the timing. It is working now.
Thank you so much for pointing that out.