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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Not able to fetch data...
Power Apps
Answered

Not able to fetch data from collections tables because its taking column header's data type as Table not text.

(0) ShareShare
ReportReport
Posted on by

Powerapps.PNGI used custom collector for fetching data fro rest api and the using ClearCollect command i stored data into collections.

Here data stored has two tables inside it (data,schema). Inside data there is table which has 15 columns and every column has data stored in it. So when I fetch first row of this data into a text box, I use( First(results).data.column_name) but it shows column_name has datatype as table and gives error. Can anyone please suggest the changes to fix this.

Categories:
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @ashishraog :

    Could you tell me:

    • What is the formula for defining Result? I want to determine the data type of "data".

    From your description, I think the data type of "data" should be "table" instead of "record".

    Firstly,let me explain why you encounted this problem.

    The key is that the data type does not match.The value of First(results).data.column_name is a table with one column.

    Secondly,please try this code:

     

    First(First(results).data).column_name

     

    Best Regards,

    Bof

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard