access system.owner attributes in microflow

2
Hi ! I am trying to access a system.owner attribute in a microflow.  I am able to access the attribute in a page, where the correct information is shown (i.e. the e-mail of the user that created the file). However I want to send a message to this email-address, which seems impossible due to the fact that I cannot access system.owner attributes in a microflow (where I can access it on a page.  Does anybody know how to use the owner's email in a microflow?   Kind regards, Steve Jonk
asked
4 answers
3

Or simply use Java Action from Community Commons called getCreatedByUser.

answered
1

Might be better to create a custom owner reference to the account object?

That way you can control the behaviour.

answered
1

Hello Steve, I'm having the same problem. Did you figure out how to send mail to system.owner email adres?

answered
0

The email attribute lives in the GebruikersGegevens entity, not the System.User, so you would want to retrieve that object to use the email. 

answered