When using Filter component, it was noticed that retrieving a sample process is stuck if JSONata condition not met for a sample used from previous steps:


Reproducing steps:
- create a new flow;
- add first step with any component for records source (in my case it was Google Spreadsheet);
- in the first step retrieve a sample;
- add second step using Filter component;
- in "Configuration" add a JSONata expression that does not match the sample from step 1 (based on any property);
- click "retrieve new sample".
Actual result: the loading is stuck and no sample is retrieved.
Expected result: a sample is retrieved.