Skip to content

Retrieve sample process stuck if JSONata condition not met for a sample #51

@vadim-eio

Description

@vadim-eio

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:

filter_issue

filter_logs

Reproducing steps:

  1. create a new flow;
  2. add first step with any component for records source (in my case it was Google Spreadsheet);
  3. in the first step retrieve a sample;
  4. add second step using Filter component;
  5. in "Configuration" add a JSONata expression that does not match the sample from step 1 (based on any property);
  6. click "retrieve new sample".

Actual result: the loading is stuck and no sample is retrieved.
Expected result: a sample is retrieved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions