User Activity

I’ve got an array with one object in it, similar to this: [ { “property” : “value” } ] I’d like to remove it from the array and be left with an object: { “property” : “value” } I’ve been playing with the mapper root, but I can’t find a syntax that wi...
I’m processing a CSV file and writing the file to an application. This part is simple mapping. However, if one of the records fails (possibly from validations in the application, possibly the last record in the file), none of the records should be ...
I have CSV similar to: Id,FName,Lname,street,city,state 15,Mary,Smith,123 Main,Anytown,NY 15,Mary,Smith,456 Elm,Sometown,PA 22,Joe,Know,123 4th,BigTown,NJ 22,Joe,Know,456 Shade,NoTown,VA There can be any number of the id’s which means that any person...
I’m trying to follow the instructions here to enable access to my google drive. Per the instructions, I am using the Get REST snap and enabling the authentication. I created the google application id and got the secret. When pumping this informatio...
Kudos from
Kudos given to