Dynamically creating choose one options

Options
Dylan_191182
Dylan_191182 Posts: 92 admin
edited November 2019 in Questions

I need to dynamically create a list of choose one options. I believe this is possible but can't find the documentation on how to do this

Tagged:

Best Answers

  • Ian_210989
    Ian_210989 Posts: 42 admin
    edited October 2019 Answer ✓
    Options

    @Dylan_443599

    1. set up an action to dynamically save a list of values to a field, each value separated by a new line:  =

    value 1
    value 2
    value 3
    

    2 . when configuring the choose one field, put the field from step 1 () as the default

    The field in step one needs to be generated before the Choose One field default is evaluated, so this does not work for webform triggers.

  • Willi_266739
    Willi_266739 Posts: 2
    Answer ✓
    Options

    You could also use the action "Tables:Convert data table into Text", if your options are available in a data table. As Row template you would name the column, from which you need the values and as delimiter you would use "\n". Also this approach cannot be used in a web form trigger.