Recently the conversion of the value from a GUID function to a string has stopped working.
For example, if you add a Label to a form and set its Text property to: "Text " & GUID(), it now reports the error: "Invalid argument type. Expecting one of the following: Text, Number, Boolean."
Solved! Go to Solution.
You can use the Text function to convert from the GUID value to a string in this case:
"Text " & Text(GUID())
https://docs.microsoft.com/powerapps/maker/canvas-apps/functions/function-text
You can use the Text function to convert from the GUID value to a string in this case:
"Text " & Text(GUID())
https://docs.microsoft.com/powerapps/maker/canvas-apps/functions/function-text
Thanks Carlos. This does resolve the issue, however, my main reason for raising it is because it's a breaking change and the documentation also doesn't reflect this change yet (https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-guid).
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
196 | |
67 | |
46 | |
41 | |
28 |
User | Count |
---|---|
255 | |
121 | |
84 | |
80 | |
80 |