Forum Discussion

acesario's avatar
acesario
Contributor II
6 years ago
Solved

Can the Workday Read include Request_References? Response_Filters?

I’m looking to get a specific record from a workday web service get request. I’m looking at the Workday Read snap, and am wondering if there is a way to pass a request reference to get my specific r...
  • del's avatar
    del
    6 years ago

    Your mapper preceding the Get_Students Read might look something like this - where $Student_ID might contain the value “Student-01001”:

    Notice how “ID[*].type” matches the “wd:type” attribute value and “ID[*].value” matches the “wd:ID” tag value.

    You may know this: If you add an empty mapper before the WD Read snap, configure the WD Read snap, and then validate. You can then view the target schema in the mapper snap that you can then drag/drop to the target path fields.