Hi - What's the best way to populate a list of textboxes (Part of an HTML table) in a loop using power automate desktop actions? Sample image given here.

Hi - What's the best way to populate a list of textboxes (Part of an HTML table) in a loop using power automate desktop actions? Sample image given here.
Hi @itssujeeth
You could use the "Populate text field on web page" action with a dynamic CSS selector.
The CSS selector that the above action will use, should contain a variable that will increment at each loop iteration.
In order to create such a selector, you can capture a couple of text boxes and then notice the number within the selectors that increments at each iteration. That number should be replaced by a variable.
I hope the above helps!