I'm using a power automate desktop and I'm trying to populate an input field with a text using the action "populate text field on web page".
I attached an image of where I want to input text. There are 5 input text fields that I want to populate on. they have similar Selectors.
But The IDs are seems dynamic and fails every run.
The Selectors IDs:
・Account Attribute 1: input[Id="ctl03_rptSurvey_ctl15_survey_editControl_1681232594"]
・Account Attribute 2: input[Id="ctl03_rptSurvey_ctl16_survey_editControl_1681232594"]
・Account Attribute 3: input[Id="ctl03_rptSurvey_ctl17_survey_editControl_1681232594"]
・Account Attribute 4: input[Id="ctl03_rptSurvey_ctl18_survey_editControl_1681232594"]
・Account Attribute 5: input[Id="ctl03_rptSurvey_ctl19_survey_editControl_1681232594"]
I Tried:
・re-capturing UI element, but always the same
・input[Id="ctl03_rptSurvey_ctl15”] (I change only the last two numbers to →ctl16/ctl17/ctl18/ctl19
・input[id*="survey_editControl"]
・input[id*="survey_editControl"][type="text"]
・input[name*="survey"]
・input[class*="input"]
・div[id*="rptSurvey"] input[id*="survey_editControl"]
Still getting "UI element not found"
Please can someone help me? I would really appreciate it.