I have the following setup: make.com webhook–> http make a request → Set a Variable → http make a request → Webhook response. The first HTTP point should collect and output all appointments in my iCal calendar (linked to Outlook). The tool after that (Set Variable) should only find the appointment with the matching number in the HTTP output and then update the appointment.
Unfortunately, the tool outputs the entire content of the HTTP request again without filtering. Does anyone know why this is happening?
The pictures are from bottom to top. Tryd different things in the tool section. I also tryed map( 2.data ; uid; bookingFieldsResponses.phone ; 1.arg.phone)
The tool doesnt filter the uid right from the HTTP request. And because of that, the second HTTP request doesnt See only one UID. I hope u understand
In the screeshot of the tools module → those arent the functions, what you have is just text strings. Try selecting them from the menu instead to see the difference. Also there is no filter() function. You will need to rebuild this part and I suggest you do it manually and not with AI as they are clueless as to what Make can and cannot do.
i also tryd this in the picture but the error code is something like invalid array. Could it be because the data set: “Data” is a complex data set and therefore cannot be filtered out?