|
Los tipos de archivo clásicos dejarán de estar disponibles a partir de enero de 2021. Puedes migrar tus archivos clásicos o descargar un PDF. Más información

Update List

0

Comentarios

3 comentarios

  • Jeff Hickey

    Hi Ryan. Each option must be added to its own line. One option per line. This means that "1,2,3,4" will be treated as a single option. However,

    1
    2
    3
    4

    will be treated as four individual select options.

    0
  • Ryan Townshend

    Any idea how to take a query result or a list file contents and turn it into the 4 individual items rather than one combined item?

     

    0
  • Jeff Hickey

    This is dependent on the query results themselves. For example, your query may already produce the values row by row, the values may need to be parsed out, or the query may have additional information included, etc. This is where you have several options to parse out the values such as using Advanced Query or Data Prep, Dynamic Outputs, Handlebars, and more. The goal of the transformation is instead of passing a comma separated list of values, pass a line separated list of values.

    0

Iniciar sesión para dejar un comentario.