Change email address for sending email

Hi everyone, im trying to change the email address from where email notifications are sent by the app. By default it is the useremail, I want to change that and have since my app doesnt require sign-in, what would be the best way?

This is the original formula, what would be the best way to replace the ´USERNAME()´ with my email address?

<<_UPDATEMODE>> to application ‘<<_APPNAME>>’ table ‘<<_TABLENAME>>’ by ‘<<USEREMAIL()>>’ at <<NOW()>>

Thanks!

Solved Solved
0 3 203
1 ACCEPTED SOLUTION

Please use…

<<_UPDATEMODE>> to application ‘<<_APPNAME>>’ table ‘<<_TABLENAME>>’ by nicolas@gmail.com at <<NOW()>>

View solution in original post

3 REPLIES 3

Please use…

<<_UPDATEMODE>> to application ‘<<_APPNAME>>’ table ‘<<_TABLENAME>>’ by nicolas@gmail.com at <<NOW()>>

Great! It worked! Thank you very much Aleksi!

You’re welcome

Top Labels in this Space