azure logic app

Ananya Dixith 61 Reputation points
2022-09-19T09:41:25.937+00:00

Hi,

I have created a master list using logic app

whenever item is added automatically ID is created in master list,

242473-image.png

I want that ID to be added in Title column.

From Parse JSON if I select directly it is forming loop, loop should not be created while creating item in list.

242429-image.png

I want to take this ID from parse JSON and add it in TITLE column while creating an item in master list without creating loop.

Pls anyone help me with this

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,075 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sujithreddy Komma 576 Reputation points Microsoft Employee
    2022-09-19T17:19:15.563+00:00

    Hi Ananya,
    Thanks for reaching out to us.

    its moving into the Loop because your ID is stored inside the result which is an array.
    Do you want take only the first ID from the Parse json and put it in the title? if you need can you send the the sample json? i can help you writing it

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.