I can see that I’m targeting the correct element, as the result is being read correctly, however when testing, the element is not updating. I feel like I’m making a rookie mistake here. Any advice would be most helpful.
Based on the object structure i think the indices correspond accordingly:
item.index = ratings
item.parent.index = bars
item.parent.parent.index = data
I can use partial update formula to update items at the first level, but I can’t seem to update items at 2nd or 3rd.
I know this is old topic. This problem stole my whole afternoon, but I found a solution.
For anyone who want to stick with no-code way, and don’t want to go custom Javascript.
Since this hero mentioned that the “path” property of the partial update uses RELATIVE path. I solved that by convert the whole dynamic relative path to a string, then return it .