First I created a repeatable list of some items
Then I created a “group” to display these items after I click a “details” button
The items are displaying in a “input” field just fine via “Initial Content”
I created a “SAVE” button to “update” the item that is displayed in the input field.
Next, I created a workflow to “Make a change to a thing”, when the “SAVE” button is pressed, but I can’t seem to update the entry in the database, rather it keeps saying the following error:
“You’re trying to change a list of Items, You probably want to change the first item of the list”
My goal is pretty simple:
If the user makes changes to the input field, after they click SAVE, the item in the database is updated.
I know I’m real close, but something is missing.