Get Free Text value from Filter

Dear Community,
We have an application where we have dependent filters configured to allow the users to select the filtered value. We are referring a datatable to fetch these filter values – the requirement is that when dependent filter field list is empty, user needs to enter the value as free text which will then be used in a workflow endpoint as endpoint parameter. A brief overview is shown here:

Endpoint parameters for the workflow is extracted like below:

"valueFromVariable": "filters.FILTER_input_Form.Column_Name.values[0]"

I would like to know if there is a way to fetch the filter value based on a condition, i.e., get the free text value if entered as free text, else, get the values as mentioned in the code above.

I look forward to your support.

1 Like