Hi,
I have 2 collapsible blocks on my screen,
I have a query service running to each.
the mapping is from each service to its own collapsible block
first service mapping
js in mapping return '{"Town": "' + value + '"}';
second service mapping
js in mapping return '{"Login": "' + value + '"}';
First service runs on value change of selectmenu, works no problem.
Second service runs on button click, "favorite taxi"
the service runs, no errors in console but the collapsible does not appear?
I tried mapping both services to the same block but that didn't work either.
Don't know whats wrong.
this is the collection for secoud service
any Ideas of what I've done wrong?