list processing

  1. S

    Find Index Of a line contains "a word " in a list

    hi guys I have a list like this below: book is good pencil is made by wood door is open window is closed any way to find the Index of one of them with searching a word like Contains "book"? I need to search for "book" answer must be: "0" (Which is its Line number in the list) i already got...
  2. S

    get line number of a word in a list

    hi guys I have a list like this below: book pencil door window any way to find the number of one of them with list processing? I need to search for "book" answer must be: "0" (Which is its Line number in the list)
  3. S

    how to get the Number of a Line in list

    hi guys i hope you all good. there is a dropdown option that with action designer I can only select them by value which is numberal and thepoint is thier texts which are some bank names and the options are dynamic and changes at a random time. my point is to find the bank name which i need in...
  4. R

    Add text to all lines in list.

    Been trying to figure out how to add text to all the lines in a list without having to do it one by one. Does anyone know how to do this? I tried add text" in list processing, but it adds the text as a new line instead of at the end of an existing line. Example: Adding a comma "," to the end...
  5. R

    Create columns with multiple rows of parsed data

    I'm trying to figure out how to create a table that has 2 columns, where one column has multiple rows of parsed data. Example: Does anyone know the best way to do this with table/list processing?