1

I'm trying to use the Dataverse connector "Perform a changeset request" in a "normal" Azure Logic App.

I can see it when I look for it in the designer, but after selecting it, I'm not able to add any action.

I have a different behavior if I try from Power Automate Flow where I'm presented with 3 options.

enter image description here

VS

enter image description here

Is this not supported for logic apps? Is there some place I can check what i should/can add via code view (json)?

===================================================================== UPDATE 1

enter image description here

FEST
  • 813
  • 2
  • 14
  • 37

1 Answers1

0

This is an expected behavior in Logic apps, In this particular Connector or action is Different from Power Automate. As both have most of the similarities but are different in some ways.

So, In logic apps, you can only connect to it in first place and then you can use the output of that action which other actions of that connector in next step like below:

enter image description here

Operation:

enter image description here

And this is how this Connector works in Logic apps.

RithwikBojja
  • 5,069
  • 2
  • 3
  • 7
  • Are you implying I have to use the output (without anything inside) of the Changeset action in subsequent actions I have? I'm not understanding how i relate the next action to this change set nor how do I define that the changeset closes. – FEST Aug 24 '23 at 15:16
  • Yes, you can only use the output of this action in next actions, that's how it works in Logic Apps – RithwikBojja Aug 24 '23 at 16:04
  • Understood. But what I don't get is, which output or field and where I use it in the next actions. – FEST Aug 25 '23 at 10:35
  • In next preview operations – RithwikBojja Aug 25 '23 at 10:48
  • I'm not able to understand where I'm supposed to use the change request output in the next action (please check my latest image/update in the original question) – FEST Aug 30 '23 at 09:59
  • The output of this action should be used in next action add a new row, delete a row(preview) actions – RithwikBojja Aug 30 '23 at 10:08
  • But which field? Which header? In my last image, where would I put the output? – FEST Aug 30 '23 at 13:20