Create one or multiple records Playbook in Workflow Studio

darthkims
Tera Contributor

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?

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@darthkims 

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?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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 


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