I am using Excel table as a data source and I have also added Office365Users data source.
Now, the Excel table looks like this
Name Age Location
John 30 US
Mike 32 Canada
It is formatted as a table in the Excel so it is a proper data source it is called users
What I am trying to do is to use Office365Users.MyProfile().DisplayName and match it with the name from the Excel row.
So the end result would be that the app would display only my name, age and location rows.
After hours of struggling I haven't gotten anywhere with this, I just cannot figure out how to loop through the "Users" table and then match the Name column and display only that row.
If someone could help me or perhaps have a similar example I would be very grateful!