Skip to main content
March 14, 2022
Question

Create fields by uploading the excel files

  • March 14, 2022
  • 3 replies
  • 0 views

Hi team,

I have scenario where I need to upload the excel documents, By using the excel data, I should get the data into my interface. example in the below format,

1.I should get the drop down to the Field type component (if i give the drop down field in the excel) 

Can you please guide me for this scenario.

    3 replies

    stewart.burchell
    March 14, 2022

    AFAIK when you import data from an Excel document it can only extract the current value of an individual cell, not dynamically query the type of data in a cell. Are the Excel files you want to import not predictable in their content and layout? (if they're not how will you write any logic to validate, process or store that data?)

    March 16, 2022

    thank you stewart for your reply,I got it