|
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

댓글을 남기려면 로그인하세요.