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 / 'PowerAppV2->Sendanema...
Power Apps
Answered

'PowerAppV2->Sendanemail(V2)'.Run: Form.LastSubmit gets blank value

(0) ShareShare
ReportReport
Posted on by 25

I use the function of running 'PowerAppV2->Sendanemail(V2)' to send reminder email once submitting the form.

This function works on PayrollForm_1, but always gets blank value when working for SocialBenefitForm_1.

I tried to use Last(data source in excel), but this function can only get the last row changes, failing to track the changes in the middle row.

Can anyone offer better advice on this issue? 

WQQ01_0-1694444415235.png

 

Categories:
I have the same question (0)
  • Verified answer
    cdwhite Profile Picture
    1,069 Most Valuable Professional on at

    Hi @WQQ01 ,

    I'd personally store the values as variables before the forms are submitted, that way you guarantee you've got the data to pass through your Flow. So you can target the entry/entries from the SocialBenefitForm_1 form as required, for example:

    Set(gvVariable1, NameOfControlInYourForm.Text);
    Set(gvVariable2, NameOfControlInYourForm.Selected.Value);
    SubmitForm(SocialBenefitForm_1)

    Then, in the OnSuccess of the form, update the Flow parameters to reference the variables instead.

    ------------------------------------------------------------------------------------------------------------------------------
    If I've answered your question, please mark your post as Solved. You can accept more than one post as a solution.

    If my response was a good one, please give it a Thumbs Up!

    Visit my blog: https://platformsofpower.net

  • WQQ01 Profile Picture
    25 on at

    @cdwhite Hi, it works. Really appreciate your help! Thanks!

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 899

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 499

Last 30 days Overall leaderboard