Hi
I would like to filter a sharepoint list and afterward change the same variable for all left on the list to the same value...
Earlier I have made this code - and it works...
ForAll(
Filter(Table_Tasks;SagNummer="5550 - 2";";"&"8"&";" in Predecessor);
Patch(Table_Tasks; ThisRecord;
{Deadline: Today()}
))
Now I would like to remove the second part of the filtering, but now it doesn't work anylonger... Why...?
ForAll(
Filter(Table_Tasks;SagNummer="5550 - 2");
Patch(Table_Tasks; ThisRecord;
{Deadline: Today()}
))


Report
All responses (
Answers (