On "ClickableLinkDetails" page rest service works correctly: list was created. But it's not refreshed when opening page again.
Try calling "restservice2" not on "Page Load" event but on "Page Show".
On "ClickableLinkDetails" page rest service works correctly: list was created. But it's not refreshed when opening page again.
Try calling "restservice2" not on "Page Load" event but on "Page Show".
This is the current event:
ClickableLinkDetails Load Invoke service Datasource: restservice2
I can change it to page load and see what happens.
invoking the service on "page show" did the trick. Thx!