Is it possible to update multiple fields using an array of FIDs with the new RESTful API? ------------------------------ Adam Keever ------------------------------
Pipelines can for sure do it. You can create a loop in there and have it call the webhook multiple times. It just depends how often you would need to do it. Each action is a step run and it adds up fast depending how many you have. Pipelines is the way to go if you are not too familiar with JavaScript I think.