Hi,
I refer to this article: wiki.vertuna.com/spaces/CONFIFORMS/pages/1212624/Creating+links+to+particular+ConfiForms+entry
The problem is the "&" sign, this is interpreted wrong by the IFTTT.
So, if you wanna create a link to the record via IFTTT on created e.g. entryid=[entry.id]&LinkToRecord=https://******/pages/viewpage.action?pageId=[entry._page]&cf_id=[entry.id], the problem that the bold & is interpreted not as part of the link. It will result that the link is cut after the page id.
Is there a way that the & can be interpreted as part of the link?
Regards,
Michael
It is safer to go with an "autolink" field for the "LinkToRecord" which will be formatted according to the pattern without a need to do anything in the IFTTT
Alex
That was a very fast and helpful answer, as usual! Tbh, never used the autolink field, good to know!
Thanks Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When someone creates a record, I want to send a Mail that links to the page where the record was just created. How would I go about that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
E.g. just add the link in the IFTTT mail like that....(of coruse, the IFTTT id of the IFTTT which creates the page is 0 in this case)
https://XXXXX/pages/viewpage.action?pageId=${iftttResult_0.id}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use "autopage" field - it tracks the page where the record was created from
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.