Google Calendar interrogation issues
Hi,
I'm creating an automation that would read an excel file with information to create calendar events in Google Calendar. I've been able to interrogate Google Calendar and match the Create button, the More options button, Title, location and guests text boxes. However I'm hitting two issues:
1) When the automation runs it goes all the way to the event details (after clicking "More options") and I'm adding the text to the text field. However it doesn't stick. When saving the event it will save as "no title". So I used the developer tools of the Chrome browser and inspected the input text and noticed that when I typed the title a property called "data-initial-value" will hold the typed text. So I added that in the automation with no luck. I'm attaching a screenshot of the automation and of the google calendar inspection. Any pointer into what can I try to make it work?
2) I am able to work with the automation only for 1 day. The next day for some reason the controls do not seem to match. I have to redo the interrogation. See attached image where I started the interrogation and the btnCreate is not matching. Any idea into why is that and how to solve it?