Okay @Actanzil
You have to make changes in the workflow,
→ Delete the If condition inside the for each Ui element activity.
→ Open the Configure Filter option and pass the CurrentRow(“Column name”) in the value field, check the below image for better understanding,
→ Inside for each Ui element activity insert the Click activity and pass the CurrentElement to the Input element option in properties.
Check the below workflow for better understanding,
Regex_Practice.xaml (24.2 KB)
It’s working for me.
Hope it helps!!