Hey, Peter. If you're using a workflow to add an item to an array, you can add a switch to check the Size of the array. If it is not greater than 4, add the item, else do something different e.g. show an error via a toast or something like that. Adding an item to an array can be done using Append. Removing an item can be done using something like Filter. Does that help?