Hello
I have an app for internal shopping of employees
So basically when an employee places an order, there is ordereditems table in dataverse, with a column named full name, which is basically taking info from function user().fullname
Now i want to make a power page where the user can view only his orders, as i understood in power pages we have only contacts which gives user info
But my dataverse doesnt have any relationship with contacts, so how to solve this issue? to connect full name column from ordered items table to contacts, as the full name is populated only when order is placed
Thanks