Hi,
We are trying to update multiple Location records in AMX but i am stuck in dynamically allocate SMAX "Id" so the "update" operation will be working fine
note that:
getSMAXData function from connect it is not working
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hi,
We are trying to update multiple Location records in AMX but i am stuck in dynamically allocate SMAX "Id" so the "update" operation will be working fine
note that:
getSMAXData function from connect it is not working
Hi Mohamed,
Rather than using Connect-IT have you considered using the Integration Studio in AMX? With 24.3 there are a large number of scenario templates (19) to refer to, looking at how to extract data from AM and update/create records in AMX. In regards to Location that is something which has been in operation for a good number of SMAX releases since 2022.11. That way you could do it all in AMX without needing to use Connect-IT.
The reason I mention this is that the Scenarios show a number of different ways to extract data from AM to then import into AMX. So they have Apply to each loops so you can loop through an array of objects and then do an UPDATE action to pass a value across from AM to AMX.
It might be worth looking into.
Thanks
Dave