Hi all,
I have an AMI that updates some fields that are visible in the page layout that the AMI is triggered from.
I am using the session_uuid from the AMI’s payload in my API call, like this:
SG.CONNECT.set_session_uuid(self.params["session_uuid"])
where
self.params[“session_uuid”]
is the AMI’s session uuid
followed by a simple update call like this:
SG.CONNECT.update( …)
The api script has “genreate events” checked, the AMI has “poll for data updates” checked and “open in modal overay” unchecked.
Yet, when I run the AMI I do not see the new values in the updated fields until I manually reload the page data.
What am I missing?
Cheers,
frank