Hi,
I Have a Gallery with some fields :- Text,ComboBox, I am using path function to save those fields in Data Source,
when I edit those fields and save ,again for new entry the old records is showing , how can I refresh it .
Can any Help on this

Hi,
I Have a Gallery with some fields :- Text,ComboBox, I am using path function to save those fields in Data Source,
when I edit those fields and save ,again for new entry the old records is showing , how can I refresh it .
Can any Help on this
Hi @Anonymous ,
You need to refresh the data source the gallery is based on. Look in the Items property of the gallery and you will see a table/list name. Use Refresh(ThatName) - replace with your name.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.