Table of Contents

Flow Documentation - TimesheetRejectionNotification-21B3CE2F-3256-EC11-8F8F-002248154AC7

Flow Name TimesheetRejectionNotification-21B3CE2F-3256-EC11-8F8F-002248154AC7
Flow Name TimesheetRejectionNotification-21B3CE2F-3256-EC11-8F8F-002248154AC7
Number of Variables 2
Number of Actions 12

Send_an_email_(V2)

Property Value
Name Send_an_email_(V2)
Type OpenApiConnection
Connection Office 365 Outlook

Inputs

Property Value
metadata <table><tr><td>operationMetadataId</td><td>f25b2eaf-5e34-409b-87e6-76946d4b968a</td></tr></table>
host <table><tr><td>connectionName</td><td>shared_office365_1</td></tr><tr><td>operationId</td><td>SendEmailV2</td></tr><tr><td>apiId</td><td>/providers/Microsoft.PowerApps/apis/shared_office365</td></tr></table>
parameters <table><tr><td>emailMessage/To</td><td>@outputs('Get_Resource_User')?['body/internalemailaddress']</td></tr><tr><td>emailMessage/Subject</td><td>Your timesheet has been rejected.</td></tr><tr><td>emailMessage/Body</td><td><p><br> Hi @{outputs('Get_Resource_User')?['body/firstname']},<br> <br> Your timesheet for the period <strong>@{formatDateTime(outputs('Get_Timesheet_Period')?['body/sensei_start'],'MMMM dd')}</strong> to <strong>@{formatDateTime(outputs('Get_Timesheet_Period')?['body/sensei_finish'],'MMMM dd, yyyy')}</strong> has been rejected.<br> <br> Please <a href="@{variables('Base_URL')}/main.aspx?pagetype=entitylist&etn=sensei_timesheet&viewid=b2a263bb-b22f-ec11-b6e6-002248181348&extraqs=timesheetdate%3D@{formatDateTime(variables('Period_Start'),'yyyy-MM-dd')}">click here</a> to view the timesheet.</p></td></tr></table>
authentication @parameters('$authentication')