Can we get the Useremail() who triggers an automation bot?

Just wondered if it was possible to show the Useremail() that was being used to trigger a bot at all? As part of the Event description, but living outside the {data:} tags? This is displayed in the Monitor application by the way…

Is this recorded and not shown? No big deal if it’s not possible, but it would come in useful.

Scott

Attn @prithpal @Dan_Bahir

Hi,

In the same register, i want to use Useremail() for one of my bots but whether its use is in the event or the action, regardless of the email with which i preview my App and trigger the event, the bot acts like Useremail() send back the app creator’s email.

So I wonder if this is normal, if there is a problem, if it is due to the fact that I have not yet deployed my application or just that what I want to do is not possible ?

Erwan

My bot don’t send emails but its action must depend on the user who triggered the event, and therefore on his email.

Can you open another topic about your problem and post some pictures there?

1 Like

Here it is

[Useremail() value in automation](https://community.appsheet.com/t/useremail-value-in-automation/59721) Questions

Hi, I would like to use Useremail() for one of my bots but whether its use is in the event or the action, regardless of the email with which i preview my App and trigger the event, the bot acts like Useremail() sent back the app creator’s email. To exemplify, imagine a bot which contain a condition for event like : “USEREMAIL()=…” or a process which run a data action which set row values like : “IF(USEREMAIL()=…”. I tried both and the bot acts like Useremail() sent back the app creator’s emai…