Resolved! Creating unique ID's and repeating
Hello Experts,I have a JSON input looks like this:[{"id": "0000000","type": "DUMMY_Payload","userId": "ABCD1234"},{"id": "1111111","type": "DUMMY_Payload_1","userId": "QWER5678"},{"id": "2222222","type": "DUMMY_Payload_2","userId": "ABCD1234"}]The as...