Skip to main content
Nintex Community Menu Bar
Solved

How to upload data into a Model-Object using Skuid UI?

  • July 11, 2024
  • 2 replies
  • 28 views

Forum|alt.badge.img+2
  • Hello Fellow Skuidders,

    I am using Skuid for Salesforce. I have the below requirement. Can you please help to provide a Solution for this requirement.

    I want to upload an excel sheet with data into a Model Object using Skuid UI

From the Skuid UI, User must be able to fetch the file from their desktop and click Upload, upon which the data will be inserted / created in the Target Model-Object

Is this possible using Skuid UI.

Appreciate your help with this regard.

Thank you.

Best answer by Matthew_Leahy

Hi Vishwas,

This is definitely possible with Skuid. You’ll want to use the File Upload component. Here are a couple of helpful links in github and docs.

Skuid SamplePages repository has an excellent example page with this functionality:

https://github.com/skuid/SamplePages/tree/master/Salesforce_Advanced/Content_Document

Skuid Docs - File Upload component:

https://docs.skuid.com/v12.4.12/v2/en/skuid/components/ink/file-upload/

Please let me know if additional questions.

Thanks,

Matt

2 replies

Forum|alt.badge.img+5
  • Nintex Employee
  • Answer
  • July 12, 2024

Hi Vishwas,

This is definitely possible with Skuid. You’ll want to use the File Upload component. Here are a couple of helpful links in github and docs.

Skuid SamplePages repository has an excellent example page with this functionality:

https://github.com/skuid/SamplePages/tree/master/Salesforce_Advanced/Content_Document

Skuid Docs - File Upload component:

https://docs.skuid.com/v12.4.12/v2/en/skuid/components/ink/file-upload/

Please let me know if additional questions.

Thanks,

Matt


Forum|alt.badge.img+2

This is awesome. Thank you Matthew. Really appreciate your help.