내 커뮤니티 업적 표시줄을 확대합니다.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
해결됨

Import Time Off Records

Avatar

Level 10

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:

POST body.png

 

 

And here's the error I'm getting:

POST error.png

 

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

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

You don't have quotes around the startDate value.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

You don't have quotes around the startDate value.

Avatar

Level 10

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