User Activity

Hello Team, I have the below array and I need to fetch the filename where active=1. Please can you help me on this. “array” : [ { “active”: 0, “fileName”: “test.pdf” }, { “active”: 1, “fileName”: “test1.pdf” } ] Thanks in advance!
Hello Team, Is it possible to connect GIT repository from SnapLogic? If yes, please let me know how to connect it. I know that there is no separate snap pack for this. Just wanted to know. Thanks in advance!
Hi Team, I am trying to write a zip file with data as CSV formatted with file name as exteact.zip. I was able to write it as zip file but when i extract it i see a file inside with input0. But I don’t want this input0 to be inside the zip instead i w...
Hi All, My input is 123.45 → i should transform as 12345 123.456 then i should transform as 12345 should include only two characters after decimal point. thank you in advance!
I have Record Identifier, Name, Record Identifier 1, Value coming from input. I want Record identifier and name needs to be written in Row 1 and Record Identifier 1 and Value needs to be written in Row 2. Like as below example. Any idea on how to ach...