User Activity

Hi Experts,Use-case: Extract AWS SQS Queues on real-time basis and transfer it to SAP system using API. In order to minimize data-loss, the "Auto-acknowledge" should be disabled in Consumer Snap and AWS Acknowledge is to be used after transferring th...
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...
Hello Experts,I have a technical requirement as follows:1. Get Token using information : authority, client_id, scope, thumbprint, endpoint, private key and certificate (.pem)2. Pass token as flat in the next SOAP request.My query is how can I achieve...
Hello Experts, I have input coming in as below:[{"soap:Body": {"@xmlns:soap": "http://www.w3.org/2003/05/soap-envelope","ns1:searchResponse": {"@xmlns:ns1": "http://siemens.com/agilews","recordmap": {"record": [{"field": [{"key": "T_FILE_DAT.FILE_TYP...
Hello Experts,I have below Object input containing string values. Can someone please provide expression to get rid of duplicate values?[ { "ack": { "QueueURL": "https://www.google.com", "ReceiptHandle": "12345678", "content": "ABCDEFG" } }, { "ack": ...