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
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
3 | |
2 | |
2 | |
2 | |
2 |