Hello,
Background:
I am working to create a timetracking powerapp for our department to use in entering time weekly spent in projects and other operational and administrative activities.
I am working on setting up the OnStart application variables, many of which will be used in establishing the users permissions, and necessary dropdowns within the app. I have a table in Dataverse where I have entered in user data (Email, Employee ID, Name) along with 3 columns that are "yes/no" type for their permissions as a timesheetresource, manager, and administrator.
My goal is to pull the user into the collection, get their info from this table, and use an IF statement to define their permissions within the app.
However, what I noticed after getting the collection setup is that the fields in Dataverse setup as boolean ("yes/no" in dataverse) are showing in the collection as "This data type is unsupported for evaluation".
QUESTION:
Can someone advise how I can pull into the collection these boolean values from dataverse, or if there is another way I should go about setting this up?


Also, as a side-note, I tried comparing the email in the table using filter against the email collected in the above collection variable called colUser, however when I attempted to do so it gave an error that it cant pull from a table. So instead I simply pulled in the users email into the filter criteria. I imagine this is because you can't use an array in a filter comparison operation.