|
自 2021 年 1 月起,傳統文件類型將不再可用。您可以轉換傳統檔案或下載 PDF。進一步瞭解

Update List

0

評論

3 條評論

  • 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

登入寫評論。