web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / App has error message ...
Power Apps
Answered

App has error message TriggerInputSchemaMismatch "required properties are missing from object: Sendanemail(v2)_Subject"

(0) ShareShare
ReportReport
Posted on by 220

My app shows no error and runs and the flow runs without error but the above error pops up on the app side even though it seems a successful run. Here's my code:

 

TimeCardToPDF.Run("<!DOCTYPE html>
<html>
<body>
<br>
<b>"& "Name: " &" </b> "& txtTCName_1.Text &"<br>
<b>"& "Date: " &" </b> "& txtTCDate_1.Text &"<br>
<b>"& "Time On Job: " &" </b> "& Time(If(ddAmOnJob.Selected.Value = "PM",12, 0) + Mod(Value(ddHrOnJob.Selected.Value),12), Value(ddMinOnJob.Selected.Value), 0) &"<br>
<b>"& "Lunch: " &" </b> "& txtTCLunch_1.Text &"<br>
<b>"& "Time Off Job: " &" </b> "& Time(If(ddAmOffJob.Selected.Value = "PM",12, 0) + Mod(Value(ddHrOffJob.Selected.Value),12), Value(ddMinOffJob.Selected.Value), 0) &"<br>
<b>"& "Total Hours: " &" </b> "& txtTCTotal_1.Text &"<br>
<br>
<img src=" & JSON(penSignature.Image, JSONFormat.IgnoreBinaryData) & ">
</body>
</html>");

 

The email that arrives in my mailbox is just as it should be. 

Categories:
I have the same question (0)
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @Aimthedame :

    This error message means that the necessary parameter "Sendanemail(v2)_Subject" is missing in your formula.

    Could you tell me:

    • I noticed that your formula only provides one parameter (should be the body of the email—). Have you missed the subject of the email?
    • Could you provide a screenshot of the setting of your flow-TimeCardToPDF?

    The suggestions I can offer are:
    Check whether necessary parameters are missing according to the prompt tool that comes with PowerApps. Something like:

    1.JPG

    This picture prompts me to enter two parameters(PostaXXXX_Recipient and PostaXXXX)

    Best Regards,

    Bof

  • Aimthedame Profile Picture
    220 on at

    Where do I add the subject? It's part of my flow...

     

    Aimthedame_0-1611756530068.png

     

    When I ran the test flow, it did prompt for the body and subject. I guess I don't understand how to add it. Thanks for your help with this!

  • Aimthedame Profile Picture
    220 on at

    Is there a way to remove it from this list?

    Aimthedame_0-1611758050469.png

     

     

  • Verified answer
    Aimthedame Profile Picture
    220 on at

    OK. So, in order to get rid of the extra parameter, I recreated the Flow. Problem solved. Thanks again!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard