Hi,
I have a ForAll formula that was working fine and now it's not. Is there a current issue with Studio that I'm not aware of?
For reference, this is the formula:
ForAll(col_Orgs,Patch(OrgsAllocatedToProjectsENTITY,Defaults(OrgsAllocatedToProjectsENTITY),
{'Proj-IDinOrgsAllocatedToProjects':Label3_ProjID.Text,
'Org-IDinOrgsAllocatedToProjects':'Org-ID'}))
Hi @karimabdelrazek ,
I always use this structure for complete disambiguation (which is a good thing). Without seeing your model, it is a bit hard to comment why it stopped working.
@WarrenBelz .Brilliant! Thank you. I'm unclear though as what the problem was and how this solution works
Hi @karimabdelrazek ,
Assuming those two fields are in the gallery, you could try this
ForAll(
col_Orgs As aPatch,
Patch(
OrgsAllocatedToProjectsENTITY,
Defaults(OrgsAllocatedToProjectsENTITY),
{
'Proj-IDinOrgsAllocatedToProjects':aPatch.Label3_ProjID.Text,
'Org-IDinOrgsAllocatedToProjects':aPatch.'Org-ID'
}
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
WarrenBelz
146,658
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional