Solved! Go to Solution.
Hi @lstan
Can you confirm the data types of the EmployeeID columns in your tables? For example, if Employees.EmployeeID is type int and Hobbies.EmployeeID is type nvarchar, this could result in this error.
To resolve this type of problem, you can call the Value function to convert text values to numbers.
Filter('[dbo].[Hobbies]', Value(EmployeeID)=Value(Gallery1.Selected.EmployeeID) )
Hi @lstan
Can you confirm the data types of the EmployeeID columns in your tables? For example, if Employees.EmployeeID is type int and Hobbies.EmployeeID is type nvarchar, this could result in this error.
To resolve this type of problem, you can call the Value function to convert text values to numbers.
Filter('[dbo].[Hobbies]', Value(EmployeeID)=Value(Gallery1.Selected.EmployeeID) )
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
207 | |
188 | |
80 | |
50 | |
38 |
User | Count |
---|---|
305 | |
259 | |
121 | |
73 | |
57 |