email automation

Dear All,

I created an automated email into my application and set it to pull the topic's name into the subject and the email's text as well:

jokaa_0-1692628263133.png

If I check the preview of the email, it works fine:

jokaa_1-1692628324584.png

However, when I try it and it actually sends the email, it pulls the date instead of the name of the topic:

jokaa_2-1692628397396.png

Do you have aby idea on how to fix this?

Thank you in advance!

Solved Solved
0 9 151
1 ACCEPTED SOLUTION

It sounds like that every time when you trigger this Bot, it reads the time and use that for the email address. I think it would be better to file a support ticket and ask devs the check what's the reason. This sounds weird.

View solution in original post

9 REPLIES 9

Without seeing your data, it sounds your row contains that date in "Topic" column.

Hi, I ended up rephrasing the email as it pulled random data (eg for Topic it pulled the date, for member it pulled the timestamp).
Now the issue I am facing with this email is that it doesn't send the email at all at deployed stage. 
Originally it should pull the email from a request form, in preview it seems to work fine:

jokaa_1-1692650889605.png

If I test the expression, it finds the emails as well

jokaa_0-1692650695961.png

But for some reason it tries to send the email to a timestamp:

jokaa_2-1692651170227.png

Do you maybe know how to fix this?

Thank you in advance!

Any chance that your column structure doesn't match with the spreadsheet or the opposite. Please double check that they match exactly.

Hi, I double checked, the column structure does match with the spreadsheet:

jokaa_0-1692700377867.pngjokaa_1-1692700402331.png

 

This is how the automation looks like:

jokaa_2-1692700555927.png

It checks whenever there is a session created on the Sessions tab the topic of which matches with the topic in the Session Requested tab

jokaa_3-1692700628329.png

and then it should send an email to the email address captured on the session required tab:

jokaa_4-1692700686113.png

the email is captured correctly

jokaa_5-1692700727638.png

if I check the email part of the automation, it also catches the email address correctly:

jokaa_6-1692700794336.png

then when it comes to sending the email, it wants to sent it to a time stamp

jokaa_7-1692700843118.png

I have no idea what else to check ๐Ÿ˜• 

Any chance that the Ref table "Members" has a date column set as a label? That I'm not able to check from your screenshots.

Hi, the members tab ha no date column:

jokaa_0-1692702339166.png

 

How about in "Topics" table that the "Topic" column refres?

this is how the topics table looks like

jokaa_0-1692704002098.png

 

It sounds like that every time when you trigger this Bot, it reads the time and use that for the email address. I think it would be better to file a support ticket and ask devs the check what's the reason. This sounds weird.

Top Labels in this Space