Create one or multiple records Playbook in Workflow Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 07:21 PM
I have Table A and B, table A has related lists of B.
The playbook is triggered when I create record in Table A. In the playbook I want to create one or multiple records of Table B. So, when I complete the playbook, record of Table A will show related lists of records that have been created. Is it possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 07:54 PM
it should be a simple one.
you can use Automated Record creation for Table B and set the parent of Table B as the current sysId of table A record
what did you start with and where are you stuck?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 08:07 PM
I want to make a stage in the playbook where user can add items referenced from another table (Table C) as many as they want.
So the flow is Create record in Table A > Show form/questionnaire referenced from table C to user > User submit the form which will create record in Table B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 08:11 PM
My flow is Create record in Table A > Show form/questionnaire (user can add as many as they want) > User submit the form which will create records in Table B > User complete the playbook