Hello,
I'm trying to create a link to a specific record in Zoho Creator.
The goal is to provide my colleagues a direct link to the form's record, in a way they'll be able to access and edit the record directly.
The link should also show the app's header and navigation.
I actually can open the form without the app's header and navigation using this link structure:
https://creatorapp.zoho.eu/<org_name>/<app name>/<form_name>/record-edit/<report_name>/<record_id>/
(which is the link of the "edit" button in the Quick View, btw)
So I tried to use the following structure:
https://creatorapp.zoho.eu/<org_name>/<app name>/#Form:<form_name>?recLinkID=<record_id>
But I get redirected to an empty, editable form.
Any hint?
Thank you