Hello,
I have an app where i one of the pages includes a table element with inputs in each cell. Currently i Create a New Thing whenever the value of the input is changed, and then i press a button element to run actions on each of those Things in a backend workflow.
However i’d like to use the Intial Content field in the inputs to have default values, instead of having to enter them each time. Basically when i press the button element i’d like to create a new thing from each cell where the input value is not empty, so that I may run the backend workflow on these values.
What’s the best way of doing this?