I have a repeating group where each cell has two dropdown selection boxes. I am trying to see if there is any way to access the input value for each cell in the workflow without using a plugin or having to create something new in the database. I have a button at the end of the page that will trigger the workflow to create something new as there are different pieces of information on the page and the RG is just one part of it.
To save everything to the database at one time, I was doing a scheduled API workflow on a list but then I realized that I couldnāt access those individual inputs.
Iāve tried custom states in a few different ways but the inputs arenāt accessible or Iām not really able to match fields given that custom states donāt allow for multiple fields.
Iāve seen a few iterations of this question but the answered ones apply to a different issue or have been around plugins.
Is this something thatās possible without a plugin or saving to the database separately?