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.1K All Categories
- 61 General
- 11 Training
- 201 Installation / Setup
- 1.1K Flows
- 106 Rules
- 260 Administration
- 212 Portal
- 489 General Q & A
- 693 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 51 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 178 Pages
- 5 Process Mining
- New Features
- 178 Datastructures
- 69 Repository
- 219 Integrations
- 28 Multi-Tenant
- 27 SDK
- 76 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 66 Lunch And Learn Questions