Add and Remove single items from List
Comments
-
Hi,
What are some good steps to use when working with lists ?
Before a form I initialize a list.
On the form I have 4 pieces of info that gets passed along, I foreach that and add item to list.
Now say I want to pull just one of those 4 pieces of data and add each one to the last as they come in.What is the quick way ? Any ideas on how to do that ?
-
Youll find all our list steps under Data/List.
If you have a list and want to get a specific item from this list you can use the Get Item by Index step. This step takes in a list and and index and outputs a single item from the list. e.g. if you have the following list a b c d and you use this step to retrieve item by index of 2 it will return c (note: the first item is index of 0). If you dont know the index of your item you can use the another step you might consider is Index of Item in List". This step takes in a list and an item to find and then returns the Index of that item. If we handed in the list above and the item d
Howdy, Stranger!
Categories
- 4.4K All Categories
- 81 General
- 13 Training
- 209 Installation / Setup
- 1.2K Flows
- 110 Rules
- 270 Administration
- 213 Portal
- 497 General Q & A
- 711 Forms
- 346 Reports
- 3 Designer Extensions
- 48 Example Flows
- 58 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 187 Pages
- 5 Process Mining
- New Features
- 186 Datastructures
- 70 Repository
- 230 Integrations
- 29 Multi-Tenant
- 27 SDK
- 81 Modules
- 59 Settings
- 26 Active Directory
- 12 Version 7
- 35 Version 8
- 143 Lunch And Learn Questions