Hi,
I have some data - let's say a list of 1000 entries with just two fields: Make and Model in an Excel file.
How can I import them all in my form?
I have some data - let's say a list of 1000 entries with just two fields: Make and Model in an Excel file.
How can I import them all in my form?
you can import the file to a db table first (using a tool which does that) then you can read the list of records using the "Read Data" action
You need to login to be able to post a reply.