Dynamic Dropdown using an path for assigned attribute

0
Hi, I’m trying to implement a dynamic dropdown on a listview header. I need to use a path for the attribute because its not an enumeration or boolean value. What do I need to call in the microflow in order to get the attribute data from the entity to show? Right now the dropdown is just showing empty.   here is a screenshot of the configuration
asked
2 answers
0

Based on what I understood, you must be using reference selector.

- Drop down is for enumerations or boolean (as you figured out already)

- If you want to show to a drop down with attributes from an associated entity, use reference selector

answered
0

I wanted to use the dynamic dropdown because it has a multiselect option as well.

 

 

answered