Web Form - Multiple Fields Copy Paste

Vercimak_176739
Posts: 5
in Questions
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:
0
Answers
-
@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:
- Have the user upload an entire Excel file on a webform
- Your workflow could then validate and process the file
- Use the Excel: Save Spreadsheet to Table action to replace or append rows to your table
0