UpdateContext({lastCostCenterVal:Dropdown.Selected.Value}); SubmitForm(OrdForm); Thanks for the input. I tried as same as you have suggested and when submitting the form, it thrown me an error as "The value "test" cannot be converted to a number Powerapps". Then as per the sugges...
Hey@Tom_Slosse Ya , I got the solution . There were some fields on my CRM system which were not there on CRM form but those fields were system required. So I made those fields to optional . and accordingly made changes on PowerApps form. and now it's Working....
patch on submit form is not working Re: patch on submit form is not working Re: patch on submit form is not working I am trying a patch a value from a dropdown to a text field in SP list after the form submit, for somereason it doesn't work. Formula on OnSelect of the but...