I want to let KM fill out one of my forms here automatically.
I read in from Peter that Chrome has to accept Java Script Apple Event, so at least the fields in my form show up for example in the action «Set Google Chrome Field to Text».
Nevertheless the action does not fill out the form, an error appears see image
What do I do wrong?
Thank you very much for any suggestion!
Thank you very much for your answer @JMichaelTX , and also for giving me another example macro, which (probably!) brought me to an explanation of my «problem»: These Nintex forms generate for each newly generated form a new field identifier for each field, or at least it looks like.
I have to further examine this!
If there is another element nearby that has a static id then you can construct an XPATH that says essentially "#staticIDelement > child div > next div > span > input". This gets around dynamically generated IDs not being accessible.
Thank you, Vincent, your answer definitely exceeds my knowledge in these things. Maybe I better «wander» through the form with Tab keystrobe and then fill the fields out.
Thank you anyway!
Walter