Hi there, @plazatm… it’s creating a separate thing in the Accounts data type every time because that is exactly what your workflow is telling it to do. Instead of using the action that creates a new thing, you want to use the action that makes changes to a thing. The thing to change is the current page’s account, and the change is to add the selected venue to the account’s list of venues. Does that make sense?
I have tried making a change to the list but I can’t figure out what the correct formula would be. Here’s what I’ve been trying. I’ve been trying to figure it out but everything I think should work is red.
Hmm, you used the Make changes to a list of things workflow action, but you need to use the Make changes to thing action. When you use that action, you should be able to select the current page’s account as the thing to change, and then you can add the value of the venue input to the account’s list of venues.
If you can’t get it to work and you are willing to share a link to your editor, I would be happy to try to set it up for you.