Lists of lists

Lists of lists

Comments

  • Is there a way to make a list of lists of strings without predefining a list of strings data type. I know I could do it by making a data structure that contains a list of strings and them making a new create data using that structure and set it to be a list. but I want to do it in a flow I am already working on, and I feel like it would be cleaner code if it did not need an extra predefined data structure

  • Theres an Add Items to List step that will allow you to add lists to other lists, but all the lists need to be of the same type. Youll likely need to create a flow structure or some datatype with all of the list types you want so be able create a list of lists.
    https://documentation.decisions.com/v7/docs/creating-flow-structure

Sign In or Register to comment.