@jonah.deleseleuc For step 3, what do I put in the types of things? For more context, I want to add a list of ids to a Thing. My text list will matchup with a list of things and pull the ids from each match, creating a new list. I can add one thing at a time, but having trouble adding all 5 ids at once.
Hmm. Seems you are close. Try this. Try having your backend workflow not be checked for the option ‘is a list/array’’.
Then the front end workflows to schedule on a list of things toolName would really be one item. ‘This text’ or whatever option it shows. Are you sure you want to use the unique ID? Or should it be a name of a tool?
Got it. I’ll try that way. I ended up finding another solution to do what I was trying to do (add a button that lets the user add each item to the list individually). But for the original use case ,I’ll keep your advice in mind. Thanks!