Hi Community,
I’m trying to fetch live NSE data by typing Name in the search bar and fetch the data.
But it is working fine until typing the name in the search bar but not pressing enter to show the search results.
I have used.
-For Each row
-Type Into[row(“Name”).ToString]
-Send Hotkey(Enter)
Let me know what changes I have to make.
Thanks in Advance