Using a Template Column to Populate a Choice Component

Just a quick question. I have a choice element and I want to know if it is possible to populate it with a list from a template column?

e.g. Basic Plan, Basic Plus Plan, and Premium Plan. Once selected, I can then write that value to another column.

Yes, that’s possible. You can use a template column as the source, as long as each option is in a separate row.

@Darren_Murphy Thank you for your help.

I am sorry but I am not sure if you understood my question.

I have a choice element on my form and I want to populate it with a list from a template column. The template will not have any replacement values. Just a list of choices. Let’s say I create a template column like this.

Basic Plan
Basic Plus Plan
Premium Plan

On the Choice component I want it to display it like this

— (this of course meaning nothing is selected)
Basic Plan
Basic Plus Plan
Premium Plan

Then when the user selects one, I want it to write to another column on the same row.

First, my question is, is it possible do this?
Second, how would I do it?

This part is very important. The choice component MUST be based on individual values in separate rows. There’s no workaround for that. Find a way to get those values in separate row and then it will work.

2 Likes

Okay. I will give that a try. Thanks!

1 Like