Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

SubmitForm failed on Onsuccess

Posted on by 3,962

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);

  • 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans