Unable to Load Properties in Property Configurations in Widget Setup

Hello,

I have a object that has 7 properties and it is being populated into an Object Set (Object list 2 Object Set) through an AIP logic function. I am able to see just the titles when I display this Object Set. However, I am not able to see the other properties that I also want displayed. I do not see the option to select the properties in the “Property Configuration” tab in “Widget Setup”. Please let me know if you have any insight.

Hey,

How are you currently defining the object set variable in Workshop that you’re using as an input to your Object List widget?

Based on your screenshot, it looks like the input variable has a current value of undefined which means there are no objects actually being loaded.

1 Like

Hello,

I was actually able find a solution. If you set the object list set to a “Object Set Definition” first instead of “Function”, you can adjust the Property Configuration. Then you can switch back to “Function”, and the included properties will persist.

In the way I set it up, the object list set was populated when a button was clicked through a AIP logic function, which is why it says undefined. When I debugged the function in AIP, it was properly populated.

Thank you for your response!