Hi,
Please update your formula as shown below. Use ThisItem
inside the Patch
function, and it should work correctly:
If(JPU_Job_Type_Dropdown.Selected.Value = "Storm Work",
Patch(Storm_Work_List,
{
Activity: ThisItem.colPending_Activity,
Activity_Rate: ThisItem.colPending_Activity_Rate,
...
...
...
}
)
)
If this resolves your issue, please mark my response as solved.
ForAll(colPendingStormWaterData . .
ThisItem
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1