Search for value in datatable with complex logic

@andreas.wik

can you try with below logic,
After getting queue item

  1. first check that queueitem was available or not in extracted data from drop down
    2.If yes, click and go with that flow
  2. if not, loop range values based on syntax(make decision based on ‘-’) split those values
    3200 - 3205 make it as 3200 and 3205 now write a condition your queueitem >= 3200 and queueitem <= 3205 if this condition satisfied then you can proceed with other steps


try this logic and let me know
and make sure your queueitem should be int if not convert it

happy automation