Hi,
I have a powerapps form linked to sharepoint.
I have a combo-box that reads data from SQL. The combo box has below formula on the items.
If(
User().Email="abc@xyz.com",
Filter(VW_ANC_WorkerPositionRate, REVPROJID = ComboBox1.Selected.PROJECTID),
Filter(VW_ANC_ProjectStaging, REVPROJID <> ComboBox1.Selected.PROJECTID)
)
However, when I change the combo box property to Allow Searching - it shows error - "the formula contains parenclose where eof is expected powerapps".
Please help.
Solved! Go to Solution.
The issue has been resolved by removing the comments in teh code.
The issue has been resolved by removing the comments in teh code.
Thanks for updating the thread with your findings!
Your Formula did not show any comments...so I suppose you excluded them in your post and discovered them as an issue.
Comments can be in-line (at the end of a line) and proceeded with //
Or an entire block can be commented with the start of the block containing a /* and the end of the block containing a */
This is not so intuitive, but it helped ! Thank you
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
192 | |
45 | |
45 | |
38 | |
36 |
User | Count |
---|---|
261 | |
83 | |
81 | |
69 | |
69 |