ERROR SNAPSHOT
ForAll(
Revision.pages,
With(
{LayersTable: ThisRecord.subLayers},
If(
IsBlank(
LookUp(
LayersTable,
Lower(name) = Lower(User().Email)
).name
),
Collect(
[@LayersTable],
{
name: Lower(User().Email),
svg: "",
png: "",
current: true
}
),
UpdateIf(
[@LayersTable],
Lower(name) = Lower(User().Email),
{current: true}
);
)
)
);
);
Stay up to date on forum activity by subscribing.
WarrenBelz
146,679
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,015
Most Valuable Professional