Export to Excel

Certified Associate Developer
My issue is:
I want to export may be one to two lakh of records in to an excel at a time. But i am not able to achieve this because the tool is not able to do so. So i had gone for batching(8000 records per batch) in exporting the same. Any alternatives on this?

Thanks in advance.

OriginalPostID-263138

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Well, there is a Shared Component named as Send HTTP Request Plug-in at following URL:
    forum.appian.com/.../summary

    This contains a function named as httpPost() which will allow you to call a WEB-API having POST method, also try creating a Third-Party credentials from Appian Admin Console as you need to pass it while calling API for authentication/Authorization sake

    This function will have several inputs such as endpoint, paramValues, headerNames, headerValues etc.. which you will be needed to pass, here endpoint is nothing but your API url

    try this, let me know it any help needed
Reply
  • 0
    Certified Lead Developer
    Well, there is a Shared Component named as Send HTTP Request Plug-in at following URL:
    forum.appian.com/.../summary

    This contains a function named as httpPost() which will allow you to call a WEB-API having POST method, also try creating a Third-Party credentials from Appian Admin Console as you need to pass it while calling API for authentication/Authorization sake

    This function will have several inputs such as endpoint, paramValues, headerNames, headerValues etc.. which you will be needed to pass, here endpoint is nothing but your API url

    try this, let me know it any help needed
Children
No Data