Brian
Brian2w ago

How can we add an item to a local array variable?

I have a local variable defined in my workflow. It is of type "Array". How can I add an item to this array, so I can access it later on in my workflow?
3 Replies
AI Support
AI Support2w ago
AI Support Bot Information
<@1227983829856157809> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human! Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers. Please note: Team members will review and answer the questions on best efforts basis.
AI Support
AI Support2w ago
AI Response
To add an item to an array defined as a local variable in your workflow, you can utilize the following approach: 1. Initialize the Array: Ensure that your array is properly initialized as a local variable at the start of your workflow. 2. Add Item to Array: Use a script or logic node to append the item to your array. Here's a basic approach: - Use JavaScript logic if you are working in a scripting environment or through a script node. 3. Access Array Later: You can access this array in subsequent nodes within your workflow. Just refer to the variable where the array is stored. Since there isn't specific documentation available, if you face issues with adding items to arrays in your workflow, it could be useful to consult BuildShip's support for detailed assistance on your specific workflow configuration.
BuildShip AI Support
Brian
BrianOP2w ago
My specific question was "How to add an item to this array variable". This was still not answered in the second point. I just ended up using an array flattener that flattens the existing local variable with a new array that contains the item

Did you find this page helpful?