Skip to content

Commit 27a9f53

Browse files
committed
fix(workday): correct Date_of_Birth casing in update wand prompt
1 parent cbf701f commit 27a9f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/blocks/blocks/workday.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export const WorkdayBlock: BlockConfig = {
243243
prompt: `Generate a Workday Personal_Information_Data payload as JSON for the Change_Personal_Information SOAP operation.
244244
245245
### SUPPORTED FIELDS (demographics only)
246-
- Date_Of_Birth: ISO date string (YYYY-MM-DD)
246+
- Date_of_Birth: ISO date string (YYYY-MM-DD)
247247
- Gender_Reference: { ID: { attributes: { "wd:type": "Gender_Code" }, $value: "Male" | "Female" | ... } }
248248
- Marital_Status_Reference: { ID: { attributes: { "wd:type": "Marital_Status_ID" }, $value: "Married" | "Single" | ... } }
249249
- Ethnicity_Reference: { ID: { attributes: { "wd:type": "Ethnicity_ID" }, $value: "..." } }

0 commit comments

Comments
 (0)