Good afternoon,
I am working on a Power App for an audit and am encountering an issue or two with the Choices input when I try to convert a drop down menu to radio buttons. Specifically, I am getting a variety of error messages with the entry:
- Expected operator. We expect an operator such as +, *, or & at this point in the formula.
- Name isn't valid. '{0}' isn't recognized.
1. The first issue is that when I select the original Choices entry it displays as
Choices([@'Audit 5S de production / Production 5S Audit'].'Les_x0020_postes_x0020_de_x0020_') instead of the whole entry.
I have been able to fix this by copying the data card value and replacing the Les_x0020_postes_x0020_de_x0020 with the whole entry and everything seems to work fine.... except for two entries that give me these messages above.
Frankly, I'm baffled. Copying the data card doesn't seem to work, copying the actual entry from the SharePoint list doesn't work either and I've looked at the difference between an accepted entry and the error one to see if I am missing something that I just can't see. Is is the French? The length?
Accepted entry - Choices([@'Audit 5S de production / Production 5S Audit'].'Le sol, les étagères et les armoires, sont-ils propres et exempts de déversements et de débris ? / Are floor, racks and cabinets kept clean and free of spills and debris?')
Error entry - Choices([@'Audit 5S de production / Production 5S Audit'].'Y a-t-il un espace dédié pour les outils et l'équipement ? Sont-ils conservés dans leur espace dédié suite à leur utilisation ? / Is there a home location for tools and equipment ? Are they kept in their home location after their use?')
Any thoughts or suggestions would be greatly appreciated as I am relatively new to Power Apps.
Thank you,
Ann