From Get Items outputs

Vijay 101 Reputation points
2022-07-21T09:56:45.15+00:00

Hi,

I have used GetItem SharePoint action,

I need to take only one particular field value that is Email
223082-image.png

Can anyone help how to get that particular field value from GetItems action

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
Microsoft 365 and Office SharePoint For business Windows
{count} votes

Accepted answer
  1. Bruno Lucas 4,436 Reputation points MVP
    2022-07-21T10:30:49.237+00:00

    Hi @Vijay

    Is this what you want to accomplish:

    223030-image.png

    1- select the sharepoint site
    2 - select the list name
    3 - add the "ID" field from the trigger "When an item is create or modified"
    4- The "get item" should have the field you need

    Running that extracted only one field:
    223121-image.png

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Kamlesh Kumar 3,866 Reputation points
    2022-07-21T10:21:31.297+00:00

    Hi @Vijay ,

    Welcome to Microsoft Q&A Platform. Thank you for the question.

    You can use parse json with the output of previous step and then in compose get the value of required field.

    Refer the below dummy LA for the reference,

    Expression: body('Parse_JSON')?['value'][0]?['Author']?['Email']

    223010-image.png

    Regards,
    Kamlesh Kumar

    Please don't forget to click on 205836-130616-image.png or upvote 205759-130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is How

    Want a reminder to come back and check responses? Here is how to subscribe to a Notification

    If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

    1 person found this answer helpful.
    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.