Can I put a variable on the body of a web service connector operation?

Hi!! I am dealing with a web service connector, which has a filter in its body, where I select date range for requesting records (for example, to bring all users modified between date1 and date2). Is there some variable to use in order to automatize that, for example, start date is always $today?

Hi @jsosa,

You can use beforeOperationRule to set the body of the request.
You can refer:

What is the context of this operation? Are you using it inside a workflow or is it one of the Aggregation operations for the source?

Hi @iam_nithesh , I am at the aggregation operation body, now I have it fixed.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.