- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2022 05:15 AM - edited 12-23-2022 05:24 AM
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
MVP 2025 ✨
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2022 07:00 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2022 07:00 AM
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.