Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

SubmitForm failed on Onsuccess

(0) ShareShare
ReportReport
Posted on by 4

Hey Team,

I have a EmployeeForm with fields like Firstname,LastName,Email and have another Form named "PositionForm" which has PositionId and other fields. Onsubmit button of EmployeeForm I'm submitting both "EmployeeForm " and ""PositionForm" and Onsuccess of "EmployeeForm" I want to submit other forms which I have as they pick PositionId value after submission of "positionForm". I'm using Set property on onsubmit button of EmployeeForm to fetch PositionId and placing this variable as a value of text input fields of other forms  but my other forms are not getting submitted on the "OnSuccess" property. It doesnot map the PositionId value on the submit of PositionForm it gives an error as "Data source invalid" or "Cannot leave id field empty" or sometimes simply no error is there but the other forms are not submitted. Please let me know why is this happening or what can I do?

 

Formula on SubmitButton

SubmitForm(EmployeeForm);Set(Pid,Text(Value(Concat(Filter(Split(PIIDLabel.Text,""),IsMatch(Result,Digit)),Result)),"[$-en-US]000000"));SubmitForm(Positionform);

  • Power Platform Communities Profile Picture
    4 on at
    RE: SubmitForm failed on Onsuccess

    After SubmitForm(EmployeeForm);

     

    OnSucess of EmployeeForm, you SubmitForm(Positionform);

     

    What is the exact error here. Can you share screenshot may be.

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Adis Profile Picture

Adis 136 Super User 2025 Season 1

#2
Sohail Ahmed Profile Picture

Sohail Ahmed 81

#3
Jonas "Jones" Melgaard Profile Picture

Jonas "Jones" Melgaard 77 Super User 2025 Season 1

Product updates

Dynamics 365 release plans