dynamic list
My dynamic list on base of a user selection is not working.
Here's what I do:
Page 1: A select box is displayed. Event: On value change I store a local storage variable (name: zipcodeuser value: 8142 (static for testing)), then i navigate to the next page.
on Page 2: i have another select box where i map the local variable to the Where clause with JS: return '{"ZIPCode": ' + value + '}' -- ZIPCode is the column name.
what am I doing wrong?
I also recognized, that the second page only loads when I make a selection for the second time. the first time it always reloads page 1.
thanks so much for your support.