This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
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 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...
Instead of using mapper, I suggest you to use the XML Generator snap together with Apache Velocity. From this dataset we can easily create desired table in mail.Firstly, change Target field in GroupByN snap to "values".After this, use an XML Generato...
Somehow, I am unable to upload my slp pipeline which have the solution, but here I am attaching the SS for your reference. <html>
<body>
<a href="$item.Link_To_SF_CT_Record">Test</a>
</body>
</html>
Solution:I first used group by snap to group userID fields. Next I put a mapper and added a custom encrypted value with expression'XXXX'+sl.range(4).map(x => "0123456&#X"[Math.round(Math.random()*9)]).join('') Then I added a JSON splitter to split th...
@bojanvelevski Below is the python files shared to us:import sys
import json
import msal
from cryptography import x509
from cryptography.hazmat.primitives.serialization import load_pem_private_key
def print_result(result):
if result['access_tok...