Looking for some suggestions:
I need to update several thousand records in WorkFlow Max (WFM) (a Xero company). This is no problem using the PUT request for one entry in either Postman or Power Automate, however, I'm struggling to make this happen over the entire data set. UUID is the identifier and there are 4 data fields to update for each entry.
API call = https://api.xero.com/workflowmax/3.0/job.api/task
WFM documentation doesn't allow the call to be appended > https://www.workflowmax.com/api/v3/job-methods
Data must be sent as XML.
Any help is appreciated.
Attempted to loop through the data set in XML and as a CSV in both postman collection runner and Power Automate. In Postman this is simple in collection runner for GET request that allows the call to be appended with the data but doesn't appear to be possible here. Happy to have this clarified. Thanks