Hello,
I am redirecting to edit form on custom button click which has a value of "GUID" of the relevant record which I am passing to Edit form.
However, on edit form, the formula is not working as it's throwing following error:
Can you please share how can I resolve and display the selected item in edit form ?
Thanks,
Solved! Go to Solution.
Hi @dave8 ,
You need to use GUID() function to convert the text to GUID value. Please try this:
LookUp('Table Name', 'Column Name'= GUID("123-123-123")
Hope this helps.
Sik
The error says “values being compared in the formula are not of the same type. This means the column you referenced is not text.
You are either using the wrong column name or you must change that column to text.
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Hi @dave8 ,
You need to use GUID() function to convert the text to GUID value. Please try this:
LookUp('Table Name', 'Column Name'= GUID("123-123-123")
Hope this helps.
Sik
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
273 | |
257 | |
87 | |
39 | |
34 |
User | Count |
---|---|
348 | |
249 | |
130 | |
68 | |
48 |