Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Unable to pull Date columns from sharepoint

Saravanan13
8 - Asteroid

Hello all,

 

I am trying to pull data from SharePoint, When I tried to pull using SharePoint list input tool I don't have any issue in pulling the date fields but  I am using a EPV macro for the same, the date fields are pulling as nulls. Can anyone assist with this.

1 REPLY 1
gautiergodard
13 - Pulsar

Hey @Saravanan13 

One to avoid having to use an EPV macro is to turn your SharePoint list into an app.

Once thats done, you can use the client ID and secret key to authenticate:

gautiergodard_0-1679403562550.png

Here is a good video I've used to guide through the process of generating a client ID and secret key: https://www.youtube.com/watch?v=YMliU4vB_YM&t=740s.

 

You can start around 7:25minute mark.

 

In this video, you will learn how to test SharePoint Online REST API using Postman. --------------------------------------------------------------------------------------------------------------------------- Download Postman: https://www.postman.com/downloads/ ...
Labels
Top Solution Authors