Email Action isn't populating the data in the email

Hi all, hoping someone can help correct my error here. I have created an email action, this isn’t using a workflow email as I don’t want this triggered on any type of data change, my App is read-only for users.

I have created the following expression for the Email Subject & Email Body:

Subject
CONCATENATE("New Shift Enquiry: ", “[Shift ID]”)

Body
CONCATENATE(“Hi Dallas”, “, I am interested in the following shift”, " [Shift ID]")

This is seems to be correct to my knowledge is populated in the email, however, the Shift ID data is not pulling through to the email. See below:

3X_2_7_27d4306f2b8a0598621228bdab275d959362a348.png

This was working for a brief while. I haven’t changed anything to my knowledge but now the data just isn’t captured.

Does anyone have any suggestions as to what I may have got wrong here
?

Solved Solved
0 14 406
1 ACCEPTED SOLUTION

CONCATENATE(”Hi Dallas, I am interested in the following shift : ", [SHIFT ID])

CONCATENATE(”New Shift Enquiry: ", [Shift ID])

View solution in original post

14 REPLIES 14
Top Labels in this Space