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