appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

[Bug]: The .clear function of any API or Query is not working inside a workflow

Open tomjose92 opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Description

I was using a workflow which is looping through a set of data, and running APIs on each record to extract some data. And there are scenarios where I would not need to run an API if a parameter is missing from the looped object. So i added a line of code like Query1.clear() to clear the API's data, so that the previous records API data will not be used to fill in the ongoing records extraction. But surprisingly the workflow does not seem to recognise the .clear() function of an API or Query.

https://theappsmith.slack.com/archives/C05QG0J87UL/p1715183551513749

Steps To Reproduce

Invoke the .clear function of any API or Query inside the workflow, and the workflow run will not happen stating that this function was not found.

Public Sample App

No response

Environment

Production

Severity

Low (Cosmetic UI issues)

Issue video log

No response

Version

Self Hosted - Nightly Build

tomjose92 avatar May 08 '24 16:05 tomjose92