We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf701f commit 27a9f53Copy full SHA for 27a9f53
1 file changed
apps/sim/blocks/blocks/workday.ts
@@ -243,7 +243,7 @@ export const WorkdayBlock: BlockConfig = {
243
prompt: `Generate a Workday Personal_Information_Data payload as JSON for the Change_Personal_Information SOAP operation.
244
245
### SUPPORTED FIELDS (demographics only)
246
-- Date_Of_Birth: ISO date string (YYYY-MM-DD)
+- Date_of_Birth: ISO date string (YYYY-MM-DD)
247
- Gender_Reference: { ID: { attributes: { "wd:type": "Gender_Code" }, $value: "Male" | "Female" | ... } }
248
- Marital_Status_Reference: { ID: { attributes: { "wd:type": "Marital_Status_ID" }, $value: "Married" | "Single" | ... } }
249
- Ethnicity_Reference: { ID: { attributes: { "wd:type": "Ethnicity_ID" }, $value: "..." } }
0 commit comments