CREATE MULTIPLE RECORD ACTION IN FLOW DESUGNER STEP

ARAVINDA11
Tera Contributor

@Ankur Bawiskar  @Community Alums @Sohail Khilji  @Maik Skoddow 

 

PLEASE HELP WHICH ACTION I SHOULD USE FOR CREATION OF MULTIPLE RECORD FROM SAP TO SERVICENOW IN SERVICNOW FLOW DESIGNER

 

HOW TO ACHIEVE IT  I USED MUTIPLE RECORD ACTION IT IS ASKING FOR SCOPE ACTION

FOR CREATE RECORD IF I USE IT IS CREATING ONLY ONE RECORD THE VALUES ARE NOT MAPPED BECAUSE IT HAVE MULTIPLE VALUES FOR SINGLE FIELD

 

VERIFY BELOW SCREENSHOT

 

ARAVINDA11_0-1715856297905.png

 

4 REPLIES 4

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @ARAVINDA11 ,

 

You have choose a wrong flow activity, ''Update multiple Record'' is used to updated more than 1 record at once which is within instance.

 

I guess your trying to get multiple records from sap and update in servicenow, for this scenario you have to handle this via rest message payload that you get in response.

 

and can you provide more details...

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Hello 

 

I want to create record in servicenow only as my json giving multiple records i will map the data from output so which action i should use

First use Json parse activity and then set the values as needed


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Everything is done!

 

JSON & all

after that I created flow by calling my SAP action next to the action I created another step called CREATE RECORD from servicenow core action in flow that is not mapping the field tp the table mentioned because field contains multiple value as i need to create multiple record THIS IS WHAT MY QUESTION IS ABOUT Which OOTB ACTION SHOULD I USE for mapping I used data pills