05-02-2024 01:47 AM
Hi all,
I have a custom connector with 3 selectors used to build up output fields/pills.
The first one (control_type: select) selects a query, the other two (control_type: multiselect) allows selection of fields of the curently selected query and build output pills. All 3 selector have "extends_schema: true".
It works fine.
The problem comes when I select all fields of a complex query and then switch to a simple query: some fields of the complex query remain selected in the second selector even thought they are not part of the simple query. Maybe some caching issue?
Here is a short video: https://drive.google.com/file/d/1ckvYbAv9DSRcOO8DkyCLXApA0v3CqNbg/view
Here is the source code: https://drive.google.com/file/d/1ssbSSxAt4F3DS2dRuUnvll5hAO_VnqML/view
Thanks for any hint, Marek
Solved! Go to Solution.
05-31-2024 07:44 AM
Hi,
Good day!
Inputs are cached in the SDK platform. To resolve the issue, in the Debugger Console, click on the Reset button. When working in the Recipe editor, you can click the Refresh button in the top right corner of the recipe.
Thank you
05-31-2024 07:44 AM
Hi,
Good day!
Inputs are cached in the SDK platform. To resolve the issue, in the Debugger Console, click on the Reset button. When working in the Recipe editor, you can click the Refresh button in the top right corner of the recipe.
Thank you