New action to get variables from record producer on custom table

Moedeb
Tera Guru

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?

7 REPLIES 7

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.

@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?

Yes.
You will have to modify the custom action

  1. Modify the input to accept "Array.string"
  2. Modify the output to return "Array.Object"
  3. Since we would need to lookup multiple records, the look up records would replace Look up record
  4. You will need to write a script to create output array of objects.