Variable Editor in Task-Extended Table

Isaac Vicentini
Mega Sage
Mega Sage

Hi experts,

 

I created a formatter to display the variable editor in my tasks extended table, and I already put it in the form.

The record of this table is created via Flow Designer, by the "Create Record" action.

 

What else do I need to do for the variable editor to appear in the registry with the variables populated?

 

Thanks in advanced,

Isaac


Best regards,

Isaac Vicentini
MVP 2025


If my answer was helpful, mark it as Helpful or Accept as Solution.

1 ACCEPTED SOLUTION

Nia McCash
Mega Sage
Mega Sage

As it's a task-extended table, you typically get variables as part of the record if you created the record via a Record Producer that has the variables/questions. Since you're creating the record via a Flow, you may need to populate the variables yourself. The variables are typically stored in the question_answer table, so your Flow would have to create those records for each variable you want populated.

View solution in original post

1 REPLY 1

Nia McCash
Mega Sage
Mega Sage

As it's a task-extended table, you typically get variables as part of the record if you created the record via a Record Producer that has the variables/questions. Since you're creating the record via a Flow, you may need to populate the variables yourself. The variables are typically stored in the question_answer table, so your Flow would have to create those records for each variable you want populated.