Input a user email on button press

I'm creating a purchase order app using appsheet which will have regular users and approvers. I would like to know if it's possible to input the email of an approver when they click on the approve or deny button with each request (without them having to manually type it in). I have the approver field set to an email, however, I'm not sure how I would go about automatically inputting their email into that field after the approve or deny action is completed.

Any help is appreciated. Thank you

Solved Solved
0 1 42
1 ACCEPTED SOLUTION

Depending on how your approve/deny action is set us, you can either:

  • 1) Have the action update both the approve/deny field and set the approve field to USEREMAIL()

or

  • Create an action that sets the approver field to USEREMAIL()
  • Group the 2 actions

View solution in original post

1 REPLY 1

Depending on how your approve/deny action is set us, you can either:

  • 1) Have the action update both the approve/deny field and set the approve field to USEREMAIL()

or

  • Create an action that sets the approver field to USEREMAIL()
  • Group the 2 actions
Top Labels in this Space