Trying to Copy multiple fields and paste in excel sheet

IMO, the best approach is to use both a JavaScript and AppleScript :wink:

  1. Use Execute a JavaScript in Front Browser action to extract the specific form fields you want.
  2. Use Execute an AppleScript action to set the appropriate cells in Excel.

Do you have any experience in using these tools?

If you need more help, we will need:

  1. The URL, or HTML Code, for the web page of interest.
    • URL is best, but if you can't share that, then post the HTML code using the Forum Code Block. Be sure to include at least one <div> level above the form.
  2. Upload an Excel file (zipped) that shows:
    • Blank cells to be filled in
      • Example of the cells properly filled in.

You might search the forum for both JavaScript and Excel.