There’s an easier way to do this without needing a second repeting group and in a single worflow step.

  • Create your repeating group as you did (just the one that shows you the list), set the data source to the list of texts from whichever Thing you have this list added to.
    image

  • Add an INPUT to the RG cell, don’t check autobind (just like above)

  • Create a Workflow for “When Input Changed” (just like above)

  • Now in the workflow add a “Make Changes to a Thing”. The trick is to find the item # on the list to remove the old item and replace with the Input value. Like this:

image

Hope this helps others!

3 Likes