Hi,
I have triggered a bot trough email, but if I try to retrieve subject from the email that triggered the bot, the key is blank:
Can anyone help me how to correct this behaviour?
Thanks
Hi,
I have triggered a bot trough email, but if I try to retrieve subject from the email that triggered the bot, the key is blank:
Can anyone help me how to correct this behaviour?
Thanks
Hey
Hi
I have tried but in the trigger system it is not possible to use a dictionary variable. I can choose a record variable but it does not recognise the key 'emailSubject'
Hey
Please check the link : Link.
AS you want to extract the subject of the emails you can use the loop, for each mail in a mailbox and the output of that loop is a dictionary variable and to extract the subject the key is “emailSubject”
For example: The dictionary variable you created is: email.
Then you can access the subject by: email{emailSubject}.
Let me know whether it worked or not.
Hi
I was hoping there was an alternative way considering that the trigger returns me the ability to use keys without loop.
So that we can make a efficient solution out of it.
Hi
I am trying to trigger a process when I receive a certain e-mail.
When this happens my task launches a task via API which executes the process.
I wanted to avoid looping over the mails as it is already done in the task called by the API.
In my Control room :
Assigning to record variable and then passing the key: emailSubject
Hi
thank you for your reply. Your answer is what I did in my Control Room:
Unfortunately, the task fails with error “Key 'emailSubject' not found in record.”
Hey
I tried with the same approach and got the output :
Hi
could you also show me the lower part of the command “Email trigger”?
Thanks,
Hey
I did the same thing but my Check every was 10 seconds.
Other than that everything is same.
Additionally
Hi
I solved. The problem was related to how I managed the record variable. I was trying to extract it when it should always be used as a record.
Thanks for the support
No issues
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.