Anyone else having issues with app links opening newly added rows in Forms?

I am trying to implement an email link that will open a newly added row in the Form to allow for adjustments/corrections to the data if needed. 

I am finding that when the link is clicked, on email in desktop or mobile device, a blank Form is opened - no data is shown.  If I close out of the app and RE_CLICK the email link, the Form opens as expected.

I have another email process which opens an existing row in a Detail view.  That link works exactly as expected...showing all new changes. 

Anyone else seeing this issue?

This is the email body code

<<"https://www.appsheet.com/start/xxxxxxxx-cba2-4144-xxxx-f397b1bfxxxx" 
& LINKTOROW([_THISROW],Practitioners_Form)& "&at=" & ENCODEURL(NOW()+1)>>

This is the resulting link generated in the email

https://www.appsheet.com/start/xxxxxxxx-cba2-4144-xxxx-f397b1bfxxxx#control=Practitioners_Form&row=5...

Note:  certain values in the app ID has be replaced with "x"'s

0 2 89
2 REPLIES 2

Thanks Marc!  I tried turning off User consent but it made no difference. 

It seems this is an issue with attempting to open a Form view directly.  So...I have decided to go to the Detail View instead of directly to the Form.  I have no issue if I do that.  

Now on to the next hurdle!

Top Labels in this Space