Help using set_conditional

Hi team, I've been struggling to get the set_conditional filter to work on objects within an array. Basically I can only update the array if I update every object at the same time because my changesetArray only contains the updated objects.

Front end - this is what my array of objects looks like:

And in Xano:

Here's what an update looks like on the front end:

Hitting save then fires my patch query, this is the data I have to work with on the front end (I can also add the row index into this if needed):

This is my setup for the api call, I'm not sure how best to specify the path, value and conditional on the filter:

Any help would be massively appreciated! ๐Ÿ™

1
4 replies