Forum Discussion
trevor-adare
5 years agoRegular Visitor
Sharepoint list URL in column value. how do I get actual data??
I have extracted a sharepoint online list and some of the columns are returning a sharepoint path rather than actual data. example - <a href="https://ZZZZ.sharepoint.com/sites/Hub/_layouts/10/lis...
edhans
Community Champion
5 years agoYou connected to it using the SharePoint.Tables function, right? That is what you get when you connect to "SharePoint List."
All values should be in columns on their own. There is no need to get URLs to find the data. If the columns are being hidden from you via the SharePoint List connection, you need to talk to your SharePoint admin and either get the settings/visibility of those columns changed, or your permissions changed.