Hi,
I have an automation rule that grabs a chunk of objects from Assets via a For AQL branch.
For all the returned items I update the Name via a webrequest with {{object.manufacturer}}_{{object.model}}_{{object.serialNum}}
This works fine but I am at the mercy of the limit for the For AQL.
Am I doing this correctly in order to initially come up with the list of objects that I need to update in Assets. There are around 300 - 400 daily that come in from intune that need to get this updated but stuck based on the limit.
Any other suggestions?