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=5d2b50c7&at=12%2F02%2F2022%2016%3A54%3A40](https://www.appsheet.com/start/xxxxxxxx-cba2-4144-xxxx-f397b1bfxxxx#control=Practitioners_Form&row=5d2b50c7&at=12%2F02%2F2022%2016%3A54%3A40)

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

Reminds me a little bit of this thread:

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Dynamic-Buttons-on-Form-with-preset-value-in-URL/m-p/490611#M192777

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!