web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Unable to retrieve cus...
Power Automate
Unanswered

Unable to retrieve custom connector processed output

(0) ShareShare
ReportReport
Posted on by 6

Hello 

I have created a custom connector and specified an already existing API which processes data and responses in JSON form which includes personal info. But I am not getting the output in my Google spreadsheet.

flow.png

I have not used any swagger file and not aware if any changes are needed from my end.

 

Thanks & Regards

Harmanpreet Kaur

Categories:
I have the same question (0)
  • v-xida-msft Profile Picture
    on at

    Hi @Harmanpreet,

     

    Could you please share a clear screenshot of your flow's configuration?

    Further, could you please show more details about the JSON data that your custom connector returned?

     

    Please check if you have provided proper Dynamics content from your custom connector within the "Insert row" action of your flow. If you want to retrieve data from a JSON data within Microsoft Flow, I have made a test on my side, please take a try with the following workaround:

    • Add a Flow Button trigger.
    • Add a Compose action, Inputs field set to following JSON data:
    {
    "ClassName":"Computer 131",
    "TeacherName":"Andy Huang",
    "TeacherEmail":"AndyHaung@xxxxxx.com"
    }
    • Add a "Insert row" action of Google Sheets connector, specify File and Worksheet, ClassName field set to following formula:
    outputs('Compose')?['ClassName']

    TeacherName field set to following formula:

    outputs('Compose')?['TeacherName']

    TeacherEmail field set to following formula:

    outputs('Compose')?['TeacherEmail']

    Note: The ClassName, TeacherName and TeacherEmail are keys within above JSON data that I provided. On your side, you should type the following formula to reference value from the JSON data that your custom connector returned:

    outputs('CustomConnectorName')?['KeyInJsonData']

     

    Image reference:1.JPG

    The flow works successfully as below:2.JPG

     

     

    3.JPG

     

    More details about using expression in flow actions, please check the following article:

    Use expression in flow actions

     

    Best regards,

    Kris

     

  • Harmanpreet Profile Picture
    6 on at

    I have tried fetching the output in Google sheet using expressions but didn't receive any. Below is the flow Configuration with output 

    flow1.PNG

     

    My custom connector generates Json with personal information after getting data from Gmail attachment. The output generated after processing and the data send to insert row is display as:

    flow2.png

    Data received in Insert row action:

    flow3.png

     

    Receiving null values in all fields even if mapped dynamically.

     

    Thanks & Regards

    Harmanpreet Kaur

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard