Hello,
i am developing a task Planner app from a SPO list.
I have 2 Task Categorys. MainTask and SubTask in the same list. The filtering and only showing respective tasks works fine.
The Maintask hast a Text Column with TaskID that is generated. e.g. IN-0001 and type MainTask and the Subtast hat the ID IN-0001 and type SubTask.
I can edit each of these tasks separately in a popup.
I have a "progress" column with the range of 0 to 100 (0,25,50,75,100).
I want te be able to only change the Status of the Maintask if all the respective Subtasks are at 100.
How can i achieve this? is this even possible?
There could only be 1 SubTask or there could be 10 Subtasks
Thank you and BR Niklas.