Hello,
I try to set the SELECTED value of SELECT component by reading it from the Appery database.
My mapping looks like this:
So you can see the DEFAULT PORTION WEIGHT database column being mapped to SELECTED value of my select component.
Unfortunately SELECT component stayed empty.
What I tried next was to refresh it during mapping by this JS:
and then after successful service execution:
but still my SELECT component is empty (blue rounded rectangle):
My app is shared with APPERY support and is called 3MC.
Steps to reproduce:
1) Open the app.
2) Type "sapiens" into search box.
3) See the SELECT component without any selection made.
Please give me some hints how to fix this.