Accessing record producer data in Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 09:00 AM
Hello,
I have an issue or don't know the best way to go about using/accessing the data I get from submitting a record producer. Once the record producer, I want to create a process for it.
Once the form is submitted I have a flow that is triggered to do some actions. I want the flow to create a task based on certain fields filled out on the record producer. Say for example the user filled out a field as (not favorable) I want to be able to use that condition to create a task.
My issue I am having is accessing those data sets or finding out where they are in the flow designer. If there is another way I can see where those data are going to reach them please let me know.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 10:00 AM
Hi @mlamin,
These are stored in the question_answer table. So I guess you could query that.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.