MY Result:
I cant see ListView when I click YES notifier
In your notifier you call URLScript

with your Button you call URLSheet

Thank you!
you were rigth I must use URL sheet instead URLscript
How about setting your Listview elements to the new list ?
When I click LIST button it's displaying LIST.
Even when I click Edit Button it's editing to Gsheet but NOT refreshing List directly
You need to sort out your program flow. it is not good practice to call the same url twice in the same event. call the first time in the event, then call the second time in the web.gottext event.
notifier web.edit web.edit.gottext web.list web.list.gottext set listview
ACTION >> edit gsheet >> response >> ACTION >> get updated gsheet >> response >> listview
When I did this it's showing list

OUTPUT:
But I when I'm trying this it's editing but not displaying:
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.