Hello,
I was building function file and while exporting parameters into it from a table which is having drop-down options for each and every column of every rows of a table. After exporting table parameters, and creating a function, I don't see drop-down options in a function. It only displays the value of selected drop-down. I am attaching snapshot for the same.
<Param id="1090" trending="false">
<Name>AspectRatioValues</Name>
<Description>Aspect Ratio Values</Description>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
<DefaultValue>4:3;16:9;N/A</DefaultValue>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
I am adding it as a dependency in my original write parameter <Measurement>
<Type>discreet</Type>
<Discreets dependencyId="1090" />
</Measurement>
Are you referencing it as a dependency in the read parameter also?
Nope , i have only added it to write parameter
Maybe try putting it on the read parameter also
How are you passing the dropdown options to the parameter?