Update a single document of type list

Resolved

Hi all, I have a collection called cities which has a field called "cityName" which is if type list<string>.

I want to have an action to add a city to this exact single document every time a button is pressed, for which I created this Update document action as shown below:

But it is not working, as it does not update the collection's document and the action just stops at this point and does not perform the later actions in the flow.

Also please note: there is a query collection present at the scaffold:

Can anyone help me solve this issue?

1
8 replies