When I try to add a block with a Create a new record in Dynamics 365 with Products entity I can not even save it.
It gives me an error Definition contains invalid parameters. I have this error in Flow.
I test it in Logic App also. Logic App gives the same error, but it has the ability to see HIDDEN mandatory parameters.
Please fix it.
Please find details below
LogicApp text:
"Create_a_new_record": {
"inputs": {
"body": {
"_defaultuomid_value": "2d4e220b-886c-e711-8113-c4346bac0a3c",
"_defaultuomscheduleid_value": "2c4e220b-886c-e711-8113-c4346bac0a3c",
"name": "productname",
"productnumber": "productnumber",
"productstructure": null,
"quantitydecimal": 1
},
JFI.
It's still a bug in Flow, but I have a solution in LogicApp.
Just delete ""productstructure": null, " string from template
Just make it like it shown below
"Create_a_new_record": {
"inputs": {
"body": {
"_defaultuomid_value": "2d4e220b-886c-e711-8113-c4346bac0a3c",
"_defaultuomscheduleid_value": "2c4e220b-886c-e711-8113-c4346bac0a3c",
"name": "productname",
"productnumber": "productId",
"quantitydecimal": 0
},
Hi @vmoskalenko,
Thanks for the feedback.
Regards,
Michael
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.