I have a document with 3 cross-doc sync tables. I have a button that will refresh the tables when clicked and it works fine when clicked manually.
Now I want to be able to click that button from the source document. I added a Cross-doc Push Button action in that document which is also manually initiated. However, while it is indeed pushing the button in the sync document, it doesn’t seem to actually trigger a refresh.
I understand that RefreshTable can’t be called from an automation, but in this case it is being called through another button. Is this also not supported?