How to write wildcard in use application/browser

Hi i am trying to extract datatable fom email using Table extraction but i have different email to extract , how should i use the wildcard to open the different email file save in my computer ? I tried using data scraping but the output is giving multiple duplicate of datatable from 1 email only.

Hi @xiangyun.koh

In the properties of selector in Use Application/Browser give titke as *. Wherever you find the file name replace it with wildcard.

Regards

where do i find the properties selector ? and do i write my url like this
image

Hi @xiangyun.koh

Click on Selector

In URL give wildcard like below:

Hope it helps!!

@xiangyun.koh

The url needs to a variable which you would pass the filepath as data

Also open properties and in selector have only app and you can remove the title and all completely

Cheers

Hello @xiangyun.koh
You can try this
For Each file in Directory.GetFiles("C:\Emails", “*.msg”)

i don’t seem to find the selector option under the properties tab

Please click on Unified/ Application Target + icon you can find selectore over there.

Regards