I want to send selected records to bulkworkflow and send the data to n8n to do changes,filtering and create other records in other model.
I have added a http request in project where i have made it application/json and i tried several ways to pass the object
{{ [the list] }} , the list , with quotes with json.stirgnify but
when i get the response it is always and array of objects as string like [ [object],[object]]
i am not giving all tries but at least one.
what could have been the proper way