Dear all,
I am fairly new to make.com and I am facing a challenge, where I am sure, the issue is between keyboard and chair…
I am trying to parse the output form an HTTPS query to an SQL database. I’m getting the raw data well and most data sets are correctly updated to MySQL.
However, some data sets it seems, like the filter I am using within the mYSQL module stops working after checking the first bundle within an array. I would need it to check all however.
The filer setup is:
The input payload looks like this:
I would like to update a table row if the row ID matches the combination ID. In this example, I’m looking to update the table row conatining the ID 142100.
The remaining IDs from the payload do not exist in the SQL Table hence they can be ignored. Also, the targeted ID does not show up in the same order on all data sets.
Any pointers into the right direction would be helpful. Thank you.