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'}))
Solved! Go to Solution.
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.
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 .Brilliant! Thank you. I'm unclear though as what the problem was and how this solution works
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.
User | Count |
---|---|
120 | |
86 | |
83 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
140 | |
108 | |
83 |