Workflow help needed!

I want to create a workflow that sends a report to the useremail that is signed in - triggered when they sign out. This didn’t work. What do I put in the template so only that employee’s name shows up?

<<Start: SELECT(DEMO Personnel Time In Time Out Sheet[TimeLogID],([Email]=”USEREMAIL()”), [_ComputedName], FALSE)>><<_ComputedName>>

0 1 197
1 REPLY 1

Try:

<<Start: SELECT(DEMO Personnel Time In Time Out Sheet[TimeLogID], [Email]=USEREMAIL())>>

Top Labels in this Space