Hi,
I am trying to use List Item Expression plugin and would like to know if it is possible to get the value of a field that is a “list of” another data type?
Example:
My datasource (list) for the ListItemExpression element is:
Do a search for Players
Players:
Name (text)
Scores (list of Score)
Score:
date (datetime)
value (number)
So in the Item Expression I am trying to access a Player’s score on a specific date and tried:
field(“Scores”,“value”)
… but how do I get the exact “value” for a specific date?
Maybe I cannot do this using ListItemExpression?
thank you for any help