I Have workflow is using HTTP request for API Call.
I add some parameters on it. But there is one problem. I have parameter like name is filter_taks : True . When I try to add on htpp request parameters section ı can add only string value for it.
How can ı add boolean parameter for this filter_tasks.
image doesn’t load for me.
Have you tried just sending the boolean as a string? Most systems parse the string in the HTTP Request back to boolean in their backend.