Hi,
I am building an app where depending on the user logged in it calls a different excel-sheet.
In my gallery for example there is :
If(User().FullName="User1";User1;User().FullName="User2";User2;User().FullName="User3";User3)
And actually it works fine.
Now i am trying to implement a button where the user can delete their data like:
Remove(******;Gallery1.Selected)
My questions are..:
Is there any method to "automatically" get the db i need, maybe using a variable?
If not, how can i implement the remove item button?
Thanks..A LOT