Issue with email link to Form view NOT showing NEW row data

I have an issue where, if a row is updated and a link to EDIT that row (open it in a Form view) is sent in an email, then the user taps that link, the old version of the row is presented in the Form view. 

Canceling out of the Form view and back to the Table view, the row DOES reflect the new data.

Additionally, if the email link opens a Table view, you can clearly see that the old data is loaded first and then the new data updates into the changed column.

So, I think what's happening is the app is opened to the specified view - either the starting view or the view as designated by the email link and THEN any new data is applied.  However, if the view is FORM view is is NOT updated with the new data since it is already open.

Using the force sync attribute, "$at=NOW()+1", doesn't seem to make a difference.

Is no one else experiencing this problem?

 

0 2 52
2 REPLIES 2

What is your link exactly?

I am using this implementation:

<<"https:  //  www.  appsheet.  com/start/1e3be89d-4321-4596-bc2f-cab3e44b1424" & LINKTOROW([_THISROW], "Test Data_Form") & "&at=" & ENCODEURL(NOW()+1)>>

To produce this email link:

https:   //   www.   appsheet   .com/start/1e3be89d-4321-4596-bc2f-cab3e44b1424#control=Test%20Data_Form&row=43469018&at=04%2F17%2F2024%2014%3A25%3A07

NOTE:  I added the spaces in the URL's for this post to prevent them from showing as links.  

 

Am I missing something?

Top Labels in this Space