Push notification --> Sync

Hi all,

First thanks for all the help! Iโ€™ve got a nice workflow with a push notification. In the notification i have a deep link to the detail view. Only when i tab this notification i need to hit the sync button first. In the sync settings is autosync enabled. Is there a solution?

Remco

Solved Solved
1 1 418
1 ACCEPTED SOLUTION

@Remco_Edelenbos
You can pass a deep-link in your push notification with a force-sync like this:

LINKTOVIEW("YourDesiredViewNameHere") & "&at=" & NOW()

View solution in original post

1 REPLY 1

@Remco_Edelenbos
You can pass a deep-link in your push notification with a force-sync like this:

LINKTOVIEW("YourDesiredViewNameHere") & "&at=" & NOW()
Top Labels in this Space