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 / content Get field name...
Power Apps
Answered

content Get field names and items

(0) ShareShare
ReportReport
Posted on by 29

Is there a way to get these two contents in the CLI?

微信截图_20200407165045.png
I have the same question (0)
  • Nttdocomo Profile Picture
    29 on at

    I encountered an error using this code?

    微信截图_2.png
  • Verified answer
    Rick Wilson Profile Picture
    160 on at

    This error is being generated due to TypeScript checking.  The Options property can be undefined so you need to account for that. Here are two possible options for you.

     

    This one uses option chaining and the logical operator to set a default value if the property for Options does not exist.

    var test: any[] = context.parameters.inputValue.attributes?.Options || [];

    The second one allows the variable to be undefined or an array.  You will need to make sure to check the variable to make sure it's not undefined before you use it though.

    var test: any[] | undefined= context.parameters.inputValue.attributes?.Options;
     
    I'm actually a little surprised you are not seeing the error before the build in Visual Studio Code. You may want to open your project one folder level higher so that the tsconfig.json file is seen by VS Code.
     
    --Rick

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 762

#2
11manish Profile Picture

11manish 640

#3
Valantis Profile Picture

Valantis 548

Last 30 days Overall leaderboard