Hi everyone,
Recently I got my azure token expired from my sharepoint list, I create a new app in the portal and write down my ClientID and SecretKey, give the access in sharepoint (https://azureford.sharepoint.com/sites/{yoursite}/_layouts/15/AppInv.aspx) with the following XML code:
<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection "Right="FullControl" />
</AppPermissionRequests>
But when I try to read the data from my alteryx flow using a Sharepoint Input Tool I get only the columns but any data:

When configuring my Sharepoint Input Tool everything looks fine, I even get all the lists and views from the connected sharepoint:

But still getting nothing but the column names. Already try to delete and create a new token and the problem still...
Any help with this will be very appreciated!