cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create record activity in SAP Build with header and item

zuckermann
Newcomer
791

Hello,

I am trying to use the Create Record activity in logic canvas but my API requires to pass both header and item entities.

I have exposed the API in SAP BTP and imported in SAP Build as below and enabled the expand radio button:

How can I populate both header and item in the Create Record activity, as I am only allowed to select one resource?

Thank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Likes

I haven't checked out this feature in full but you should know that the definition of the schema is only their to help you fill in and access the data, but when you post you can send whatever you want in a formula in the Record field. So you can construct a JSON that includes the header and items, even if the project does not recognize the schema.