Hi, I have an issue where I'm using a for each loop to write to a variable but it fails with this error
BadRequest. The number of array items in variable 'Mandatory Read Acknowledgements' reached the limit: maximum '5000' and actual '5000'.
Odd thing is that it fails at item 270 of 502.
I'm not sure whether I can use some kind of loop or use multiple variables to ensure I can catch all the items.
The whole flow is basically to send email reminders to members of a group who have not acknowledged they have read a list of documents. So it has to scan all the acknowledgements to remove those who have read it from the email list. The acknowledgements list contains around 6000 items.
I'm a bit stumped, any help would be appreciated.
Thanks