
Announcements
Hi Power Apps Community,
I’m encountering an issue with my Power Apps form where the email is not sent on the first submission due to a "no recipient" error, but it works on subsequent attempts. Here’s the setup:
Scenario:
Title, Section, and Approvers Text.DataCardValue11_1 and DataCardValue18_1 to capture the Title and Section values respectively.nfApprover variable: Office365Outlook.SendEmailV2 returns an error indicating "no recipient."Implementation:
I initialize nfApprover on App formulas: nfApprover = LookUp('Approver Matrix', Title = DataCardValue11_1.Selected.Value && Section = DataCardValue18_1.Selected.Value, 'Approvers Text')
Question:
Why does the nfApprover variable seem to fail on the first submission but works on the second attempt? Is there a timing issue or something I'm missing in setting or updating the variable? Any guidance to ensure the email is sent correctly on the first submission would be greatly appreciated.
Thank you!