Import Time Off Records | Community
Skip to main content
Level 9
November 3, 2023
Solved

Import Time Off Records

  • November 3, 2023
  • 1 reply
  • 702 views

Hi Fusion community,

 

I have an exported time off file from our HR system, and I want to import these as new Time Off records in Workfront.


I'm just doing some basic testing right now, with userID, startDate, and endDate, but I'm running into an error.

I'm not developer, but like to try things out.  I created a Fusion scenario that downloads a document, then parses that CSV, and then I'm using an API call - POST - to try and create the Time Off records in Workfront.

 

Here's what my API module looks like:

 

 

And here's the error I'm getting:

 

Does anyone know where I'm going wrong?
Thanks!
Nick

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ChrisStephens

You don't have quotes around the startDate value.

1 reply

ChrisStephens
Community Advisor
ChrisStephensCommunity AdvisorAccepted solution
Community Advisor
November 3, 2023

You don't have quotes around the startDate value.

NickVa7Author
Level 9
November 3, 2023

Ahh, yes, you are correct, Chris.  Thanks!  That worked.