Forum Discussion

svedantam's avatar
svedantam
New Contributor
3 years ago

How to create an Account Record in Salesforce using Rest API and send "ID" as a response

How to create an Account Record in Salesforce using Rest API and send “ID” as a response

9 Replies

  • robin's avatar
    robin
    Former Employee

    @ssmith266 Do you know the SQL query you wish to execute that will return the data to be put into the Excel file?

    Normally I would anticipate a user using the SQL Server Execute Snap, the Excel Formatter Snap, and a File Writer Snap to complete this task.

    Perhaps you can please share what you tried so far and I can try to assist you.

  • ssmith266's avatar
    ssmith266
    New Contributor

    Thank you for the reply Robin, fortunately I was able to work through the issue. Your approach is correct - In the picture below I have a Netezza DB (JDBC Execute Snap) Table that I am select everything from, an excel formatter snap and a file writer snap.
    .

  • Note that you’ll have to additionally handle data result sets that are bigger than 100MB, the limit size for files in SLDB.

    /Igor