How to get dynamic values in a drop down

0
Hello, On a given form (whose source is a microflow), in the drop down tool, each user should see different no. of values based on how many objects of a related entity they created earlier. How can this be achieved? TIA
asked
1 answers
0

This can be achieved with a number of options depending on your domain model. For example:

  1. You could use a selectable objects contstrained on a reference selector drop-down. You can either use a normal constrained, an xpath constrain or the ‘constrained by’ function depending on your specific wish.
  2. You could use a reference selector with datasource ‘microflow’. In that case you can model the logic of the objects to be returned in the microflow.
answered