Web Form - Multiple Fields Copy Paste

Options

Is there a way a user of a web form can copy paste multiple lines of data into a table? Sometimes users have excel sheets formatted that they want to copy and paste the date over but so far it's only one entry at a time

Tagged:

Answers

  • Kevin_102667
    Kevin_102667 Posts: 56 admin
    Options

    @Vercimak_176739 The webform UI does not currently support that functionality.

    You could consider this alternative method of importing Excel data on a form if it fits your use case:

    1. Have the user upload an entire Excel file on a webform
    2. Your workflow could then validate and process the file
    3. Use the Excel: Save Spreadsheet to Table action to replace or append rows to your table