---
category: [Homepages & Self-Service Sites, Platform and Product Extensions, Platform and Product Extensions/Home Experience, Administration & Integrations, Platform and Product Extensions/Integration, Administration & Integrations/Custom Integrations & Apps, Platform and Product Extensions/Workday Extend]
keyword: [Extend, Orchestration Builder, Orchestrate, Orchestration]
nav: wcp_docs
parent_url: /wcp_docs/
title: >- 
  Example: Create Workday Home Card Orchestration
layout: subsection
---

This example illustrates how to set up an orchestration that displays data on a custom Workday Home card using the Workday API.

<b>Note:</b> Workday Home (formerly known as Workday Today) is available in WCP Development tenants. All Extend customers can create Workday Home Cards using Orchestration Builder. However, to use Workday Home Cards in non-Development tenants, you must be a Workday Journeys customer.

### Scenario

<a id="context_N10048_N10042_N10001"></a>
You want to create a custom Workday Home Card that displays a greeting to the worker viewing the card.

### Steps

1.  <a id="step_N10053_N10050_N10042_N10001"></a>On your application page, click <b>+ Add Orchestration</b>.
2.  <a id="step_N10060_N10050_N10042_N10001"></a>Enter <i>GreetCurrentWorker</i> in the <b>Name</b> field and click <b>Continue</b>.
3.  <a id="step_N1007E_N10050_N10042_N10001"></a>Select <b>Workday Home Card</b> and click <b>Create Orchestration</b>.
4.  <a id="step_N10098_N10050_N10042_N10001"></a>From the <b>Components</b> panel, drag <b>Send Workday API Request</b> and drop it between the <b>Workday Home Card Request</b> and <b>CREATE WORKDAY HOME CARD</b> steps.
5.  Select the <b>SEND WORKDAY API REQUEST</b> step to open its properties panel and:
    1.  Enter a <b>Reference Name</b> of <i>getWorkdayEmployeeData</i>.
    2.  On the `GET` request row, enter`/common/v1/workers/me`.

        This API request returns the worker who is viewing the card. You must return a specific worker or else the API request will fail.

    3.  On the <b>Settings</b> tab, select <i>Json</i> as the <b>Response Type</b>.
    4.  Click <b>Save</b>, then click <b>Close</b>.

6.  <a id="step_N10105_N10050_N10042_N10001"></a>From the <b>Components</b> panel, drag <b>Create Values</b> and drop it between <b>SEND WORKDAY API REQUEST</b> and <b>CREATE WORKDAY HOME CARD</b>.
7.  Select the <b>CREATE VALUES</b> step to open its properties panel and enter a <b>Reference Name</b> of <i>createWorkdayEmployeeData</i>.
8.  <a id="step_N10133_N10050_N10042_N10001"></a>Enter these values:

<table><thead><tr><th>    Option</th><th>    Description</th></tr></thead><tbody><tr><td><b>Type</b></td><td>String</td></tr><tr><td><b>Key</b></td><td><i>fullName</i></td></tr><tr><td><b>Value</b></td><td><ul><li>    Click the <b>+</b> icon and select <b>Data from Orchestration Steps</b> &gt; <b>SEND WORKDAY API R EQUEST</b> &gt; <b>response</b>.
</li><li>    Hover over <b>getWorkdayEmployeeData.response</b>, click the <b>fx</b> icon, and select <b>stringAtJsonPath</b>.
</li><li>    Click the <b>+</b> icon next to <b>path</b> and enter <i><code>$.descriptor</code></i> to return the name of the worker viewing the card.
</li></ul></td></tr></tbody></table><br/>

9.  <a id="step_N1018D_N10050_N10042_N10001"></a>Click <b>Save</b>, then click <b>Close</b>.
10. <a id="step_N1019E_N10050_N10042_N10001"></a>Select the <b>CREATE WORKDAY HOME CARD</b> component and enter these values:

<table><thead><tr><th>    Option</th><th>    Description</th></tr></thead><tbody><tr><td><b>POWERED BY Source</b></td><td><i>Workday Extend</i></td></tr><tr><td><b>Title</b></td><td><ul><li>    Click the <b>+</b> icon and enter <i>Hello,</i>.
</li><li>    Click the <b>+</b> icon again and select <b>Data from Orchestration Steps</b> &gt; <b>CREATE VALUES</b> &gt; <b>fullName</b>.
</li></ul></td></tr><tr><td><b>Subtitle</b></td><td>Click the <b>+</b> icon and enter <i>Have a great day!</i>.</td></tr><tr><td><b>Link Destination</b></td><td>Click the <b>+</b> icon and enter <i>https://www.workday.com</i>.</td></tr><tr><td><b>Link Text</b></td><td>Click the <b>+</b> icon and enter <i>Workday</i>.</td></tr></tbody></table><br/>

11. <a id="step_N10230_N10050_N10042_N10001"></a>Click <b>Save</b>, then click <b>Close</b>.
12. <a id="step_N10241_N10050_N10042_N10001"></a>Click the <b>Validate</b> icon.
13. <a id="step_N1024E_N10050_N10042_N10001"></a>Click <b>Save to App Hub</b>.


### Next Steps

<a id="postreq_N10254_N10042_N10001"></a>
Deploy the app to your tenant and access the <b>Create External Card</b> task in Workday to enable workers to view the card.

### Related Information

[Administrator Guide: Steps: Create External Home Page Cards](https://doc.workday.com/access/sources/dita/topic?wd:docset=adminguide&ft:locale=en-US&resourceid=fvk1594675953379&dita:mapPath=dan1370797899707.ditamap)

[Administrator Guide: Steps: Set Up Journeys](https://doc.workday.com/access/sources/dita/topic?wd:docset=adminguide&ft:locale=en-US&resourceid=dge1631223207568&dita:mapPath=dan1370797899707.ditamap)

[Administrator Guide: Steps: Set Up People Experience](https://doc.workday.com/access/sources/dita/topic?wd:docset=adminguide&ft:locale=en-US&resourceid=jbk1594667237433&dita:mapPath=dan1370797899707.ditamap)

