I'm having this issue with a lot of formulas, for example:
Remove(measures; TemplateGalleryList1.Selected) ; UpdateContext({confirmation: false)} ; Navigate(View)
The first formula works perfectly fine, but when I add the others, it's not recognized as a formula and keeps showing error messages.
"Unexpected characters". It doesn't work using a comma as well.
I see a couple syntax issues, try this:
Remove(measures, TemplateGalleryList1.Selected); UpdateContext({confirmation: false}); Navigate(View);
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2