Hello,
I have a form which creates child pages for each new request. This form has fields such as requestor and approver. When using the IFTTT macro to send an email, i wanted to have default email content as per below structure:
"Dear [Approver],
A request was raised to perform action by [Requestor].
For reference: [Child page link of the request]"
Currently, these fields are providing numeric values.
Request your help in setting this up.
Thanks for checking my request.
Hi
Consider using ConfiForms Field macros instead of [entry.field_name] notations, unless you really need to get internal values
Alex
Thank you, Alex.
In the email notification, there is an image icon next to approver name. Can you help to remove it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Probably in this case the better option would be to use something like
[entry.Requestor.fullName] instead
(assuming your field is called Requestor and that is of user field type)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, Requestor is the field with user field type.
However, using the above, it displays me my organization id instead of the name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you put a correct and full expression like this?
[entry.Requestor.fullName]
? No extra tags or anything like that in between?
Alex
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.