Is there a way I can begin a macro and then have it pause for me to enter a date manually in a field (needs to be DD/MM/YYYY format) and then continue with the remainder of the macro??
The reason being (see screenshot below), is the "Support Category" field (top right corner) can only be clicked once a date is already entered into the "Support Start Date" field (top left corner).
The macro actions above could be used in a more complex macro that might, for instance: start your browser, open the entry form, advance to the first date field, complete the steps mentioned above, advance to the second date field, repeat the steps mentioned above, etc.
I’m assuming you want to manually type values rather than use the date picker provided on the form.