Completely stumped on this. I have 2 Things in Database (List & Tasks). I have a horizontal RG with 1 row and 4 columns showing Lists (List = Start, Doing, Stuck, Completed) and within each column is a nested RG set to ext vertical scrolling showing Tasks. Tasks have a field with the name of “Parent List” and set to type = List. Each List shows the Tasks associated to that List via the field “Parent List” value/List, which I have working fine. Where I am stuck is, I would like to update/move a Task to the next List to the right when an arrow icon is clicked within the Task RG’s current cell by running workflow updating/make changes to thing = Task’s “Parent List” change to the next List RG item.
Would really appreciate any guidance.
Thanks