- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2019 12:08 PM
So in the new flow designer I built my first flow. This flow loops through each company and checks if they are listed as the vendor of an active NDA contract. If they are, it sets a boolean to true and sets it to false if not.
I tested the flow and it didn't throw any errors, but now I want to open the company record that was the context for a particular loop of the flow.
I'm sure it's something dumb that I'm missing, but how can I figure out which company record was the context for a step in the flow?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2019 06:34 AM
After you run the test you should be able to click through the test results and at least get company record from the action. Here's a quick flow I created that updates the caller record from an incident record. You'll see that there's a link in the Runtime value to click on. Do you have something like that in the update action in your flow?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2019 06:34 AM
After you run the test you should be able to click through the test results and at least get company record from the action. Here's a quick flow I created that updates the caller record from an incident record. You'll see that there's a link in the Runtime value to click on. Do you have something like that in the update action in your flow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2019 08:46 AM
Yes, thank you!
The run-time values under the update actions do link to specific records and I can work backward from there.
I was hoping it would be a bit more straightforward. In the loop step, the run-time values are blank and it would be very helpful for whatever the current record is to be linked in that step.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2019 06:37 AM
Can you post the trigger section of your flow? You may be triggering this on a scheduled basis or by a record being updated. That would help you answer how you get this to run in "real life".