User Activity

Hi, I am trying to mimic a REST Post request, done in Postman, to NetSuite. I am struggling to understand how to replicate the authentication method. In Postman, I can use the OAuth 1.0 authentication type and successfully send a request. How woul...
Hi, I have a REST Get snap that connects to Quickbooks Online. It returns JSON, however, under entity there is a section for “Column” and another section for “Rows”. How would I make “Column” the table headers for the “Rows” data? Below is a scree...
Hi, I have created a pipeline that issues a REST Post and it successfully executes. Unfortunately, I do not know how to format and parse the result. Below, I am trying to move the results into a table. This is my desired output is this. I have tr...