Force sync after saving a form

Is it possible to force a sync after a user saves a form?

Solved Solved
1 2 615
1 ACCEPTED SOLUTION

Derek3
New Member

Hi Austin,

You can force a sync by appending
&"&at="&(NOW()+1)
to LINKTOVIEW() or LINKTOROW()

For example:
LINKTOVIEW(โ€œTargetViewโ€)&"&at="&(NOW()+1)

To force a sync after saving a form, you could create a LINKTOVIEW() action with this extra piece appended. Inside the LINKTOVIEW, specify the view you want to redirect to after the form is saved.

Then set this action as the โ€œForm Savedโ€ action for the form.

View solution in original post

2 REPLIES 2

Derek3
New Member

Hi Austin,

You can force a sync by appending
&"&at="&(NOW()+1)
to LINKTOVIEW() or LINKTOROW()

For example:
LINKTOVIEW(โ€œTargetViewโ€)&"&at="&(NOW()+1)

To force a sync after saving a form, you could create a LINKTOVIEW() action with this extra piece appended. Inside the LINKTOVIEW, specify the view you want to redirect to after the form is saved.

Then set this action as the โ€œForm Savedโ€ action for the form.

LINKTOVIEW(โ€œThank Youโ€)&"&at="&(NOW()+1)

That is some very weird notation there but alright.

Top Labels in this Space