RG/table dynamically select field type for current row

when using a text box in a repeating group or a table, to display data you typically do this:

Screenshot 2024-06-07 at 4.01.43 PM Screenshot 2024-06-07 at 4.03.49 PM

is it possible instead of picking a static data field, to make this dynamic? something like a user selecting an option from a dropdown to determine the data field to be shown in that column. So it would be something like “Current row’s Metadata’s dropdown’s value’s Display

trying to make it dynamic as currently i have a condition for every option of the dropdown like this (which is tedious to setup)
Screenshot 2024-06-07 at 4.17.24 PM

You can not dynamically set the type of content on an element.

What you can do however, is in the RG have multiple groups that have the different types of data in your dropdown choice and make them conditionally visible based on whether or not the dropdown choice corresponds to the type of content for the group.

ah yes good idea, how did i not think of that… i’ll give it a try

This topic was automatically closed after 70 days. New replies are no longer allowed.