Hello All. I'm new here and considering KM to make my work life easier. I was hoping someone could let me know if what I would like to do, is possible. I have an Excel Sheet that I input general data for each customer, use that data to fill out multiple entries to different online sites. For example, First Name, Last Name, email, phone, Property address, City, State, Zip. Unfortunately, each site is different, so I'm not able to copy the First Name and pasted on each site, then move to Last name and paste on each site, etc.
My idea was to use a Stream Deck, using one button for each field. Pulling data from Excel, to KM, to the Stream Deck. I was thinking of entering data to the Excel sheet, have the hotkey reference a specific cell so that I don't have to reset the hotkey after each customer, use a hotkey that corresponds to each field. Then click on the field in a site, and use the corresponding hot key to paste on the site. I would reset the excel sheet after each customer.
I have doing my best to search this forum to find an answer, but I figured I would ask. I really appreciate any feedback you have.
One could get even more sophisticated by adding Python into the mix and reading the Excel worksheet without using Excel, but that would be an exercise for a moderately advanced user.
Depending upon the number and quality of the websites it might also be possible to set up macros to auto-fill the given fields. But again – this is an exercise for a moderately advanced user.
Make something that works now – improve at your leisure.
Thanks Chris! Wasn't really sure where to start. But this helps. Hopefully I can get pretty far on my own, but I'll be sure to take your advice on not waiting forever before I decide to ask for help.
Not Chris, but my suggestion would be to first do the process manually and write down every step you take. You can then try to automate any of those steps, doing the rest manually, then automate another step, and gradually build up a complete macro. You can then finesse the macro -- for example, you might start by switching between Excel and your browser and copy'n'pasting one cell at a time, then progress to copying the row in Excel, splitting it into KM variables, switching to the browser and filling in the fields using those variables.
The specifics will depend on your spreadsheet setup, the web pages you are trying to fill, and much else. But it always helps to start with a plan.