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 Apps / Displaying the details...
Power Apps
Unanswered

Displaying the details of a Untyped Object

(0) ShareShare
ReportReport
Posted on by 9

Hey Peeps,

I would be grateful if someone could help me with this.

I have made a custom connector and got a response from it - I managed to store that response in the "Custom_Fields" variable but it stored as a "Untyped Object" - I have tried a few things to get this working but I have come to this error message "The untyped object argument to the "table" function has incorrect type. Expected Table Actual object"

Does anyone know how I can handle this untyped object so I can display the information in a label of some kind?

Linton_0-1712907808167.png

Linton_1-1712907893620.png

PowerApp Code:

// Sets the Collection based off the Ticket number given in MT_ValueTXT.Text
Set(LabelTest,{value:Label2.Text});

// Retrieve custom fields using the correct parameter
Set(Custom_Fields,ClickUp.GetAllUser({ticket_number:LabelTest.value}));


ClearCollect(ConnectorData,Table(Custom_Fields));
ClearCollect(Tasklist,ForAll(ConnectorData,{id:Text(ThisRecord.Value.id),score:Value(ThisRecord.Value.score)}));
Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,605 Super User 2025 Season 2 on at

    can you please copy/paste your code here so we do not need to retype?

     

     

    thanks

  • Linton Profile Picture
    9 on at

    @mmbr1606  Thanks for the reply - here is the code:

    PowerApp Code:

    // Sets the Collection based off the Ticket number given in MT_ValueTXT.Text
    Set(LabelTest,{value:Label2.Text});

    // Retrieve custom fields using the correct parameter
    Set(Custom_Fields,ClickUp.GetAllUser({ticket_number:LabelTest.value}));


    ClearCollect(ConnectorData,Table(Custom_Fields));
    ClearCollect(Tasklist,ForAll(ConnectorData,{id:Text(ThisRecord.Value.id),score:Value(ThisRecord.Value.score)}));

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 796 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 327 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard