Hi
How do you update a variable from a collection on a selected item from a gallery?
Currently im using the following.
Refresh(Datasource);
ClearCollect(MyCollection, Filter(Datasource, Lower(Requester.Email) = Lower(User().Email)));
Is it possible to refrehsh the screen for the select item displaying so if the item is update when i already have selected ut i want to fresh it and show the latest added text.
Column in sharepoint named "Column1"
Screen in powerapps displaying the text in "Column1"
How can i refresh that specific item showing on the screen? Or is my code above enough to do this?