RunActions([Master list of all Work].Filter(Team.Contains([Legal & Ops],[Acquisition & Activation],Moderation,Support,[Strategy & Monetization]“”) AND [Creation Date].ToDate() < Date(2024, 4, 1) AND Stage.Contains([Completed & analyzed ]) AND [Responsible Person].Contains([User 1])
).FormulaMap(
WithName(CurrentValue, row,RunActions(row.[Archive Work Item]))
)
)
I have a table [Master list of all Work] and archive table [Archive Work Item], i have created a push button in each row, it should tigger that button if the filter is satisfied.
It is only able to trigger one row and the error for connection broken.