Hi,
This is about the basics, but after reading the manual and posts, it still does not work. Most do read out data in loops, I want this time to read a specific cell in the table.
I have this Datatable and I want a website to navigate to the URL in row 0 and column 'URLs'.

I have tried:
%ExcelDataURLs[0][1]%
%ExcelDataURLs[0]['Topics']%
=ExcelDataURLs[0]['Topics']
=variables('ExcelDataURLs')[0]['Topics']
but none of them work. There are always 1 or 2 errors: deferred data type and/or unexpected characters.

Thx for your support!
Bart