Hi Alteryx Team,
Alteryx Designer version 2018.4 is successfully connected to a list on a SharePoint Online site via SharePoint List Input Tool and App Only Authentication. Workflow runs without error but founds no data, while the list contains 100+ items.

See SPT List Input tool configuration below. It authenticates with ClientID instead of email address.
It connects without error to SPT site, and populates lists of lists and views correctly.
This is the app's Permission Request XML with Full Control this time:
<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest Scope="https://site-collection-url" Right="FullControl" />
</AppPermissionRequests
Permission is granted and listed in /Site Settings/Site App Permissions list of SPT site. However, I am still unable to see any records after running workflow. Its shows only columns in result window but now records in it.
