New action to get variables from record producer on custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2026 10:11 PM - edited 01-11-2026 10:12 PM
I have a new scoped app, with a table that has been created called "x_br_test_applica_0_table1" (it is not extended from Task at all)
Then I have created a record producer on that table.
The issue I have is getting the variables in a flow action so I can use data pills to assign values.
Anyone able to assist please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2026 01:57 PM
Thank you @Kunal Khatri I will give that a go and if successful I'll mark this as the solution.
Appreciate the time you've taken to explain the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2026 02:37 PM
@Kunal Khatri that works well for a single variable / value, however is there a way to adapt that so the output is dynamic and can get multiple variable values and provide their names similar to what the "get catalog variables" does?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2026 01:02 AM
Yes.
You will have to modify the custom action
- Modify the input to accept "Array.string"
- Modify the output to return "Array.Object"
- Since we would need to lookup multiple records, the look up records would replace Look up record
- You will need to write a script to create output array of objects.

