I have a custom bound action in D365 that has two arguments:
I am trying to build a flow that calls this bound action, but when I try adding the step to the flow and selecting my action, it gives me an error :
The custom API swagger is not valid: 'Invalid Operation. Operation post <custom action URL> properties exceeds max allowed number of properties 1024. Total properties: 1686.'.
If I try changing the action's input argument to a different entity with fewer fields, the error message goes away, and instead all the fields for the entity are displayed as inputs on the bound action step. For an EntityReference argument, I'd expect it to ask for just an ID.
The behavior works the same whether the argument is an Entity or EntityReference type.
Am I missing something? It seems like there is some kind of bug, whereby EntityReference arguments are being interpreted as Entity arguments.
I have gone into this issue before because it counts every property in the entity reference as a Property, so i ended up modifying my action Input / Output to use string instead of GUIDs
Hi,
I am also facing the same isssue while adding unbound action "msdyncrm_CustomChannelActivityCreateInteraction" in Power Automate Flow.
Any help would be appreciated to resolve this. Here is the error i am getting
The custom API swagger is not valid: 'Invalid Operation. Operation post /msdyncrm_CustomChannelActivityCreateInteraction properties exceeds max allowed number of properties 1024. Total properties: 1482.'.
User | Count |
---|---|
88 | |
40 | |
23 | |
20 | |
16 |
User | Count |
---|---|
128 | |
49 | |
47 | |
35 | |
25 |