Skip to content

update remove duplicates #20694

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ parser: v2
author_name: Mariajose Martinez
author_profile: https://github.com/mariajosesap
---
# Save, Filter and Get your needed data in your Integration Flow
<!-- description --> Boost your Integration Suite skills leveraging different tasks to store, get and filter messages travelling through your Integration Flow for executing other operations.

## Prerequisites

Expand Down Expand Up @@ -109,7 +107,7 @@ author_profile: https://github.com/mariajosesap

Now, you have successfully retrieve the initial payload using Write and Get task, plus learnt how to filter data using Filter task and `XPath` expressions.

Following the Tutorial Series, you now need to configure the SAP Sales and Service Core API consumption to create Sales Orders. For this step, check out the next tutorial: [Consume a SAP Sales and Service Core API to create Sales Orders using SAP Cloud Integration](btp-integration-suite-integral-sales-service-core).
Following the Tutorial Series, you now need to configure the SAP Sales and Service Core API consumption to create Sales Orders. For this step, check out the next tutorial: [Consume a SAP Sales and Service Core API to create Sales Orders using SAP Cloud Integration](btp-integration-suite-integral-sales-core).

### Check your knowledge

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ author_profile: https://github.com/mariajosesap
## Prerequisites

- You have a SAP BTP account or trial account with access to the SAP Integration Suite.
- You have completed the previous tutorial [Consume a SAP Sales and Service Core API to create Sales Orders using SAP Cloud Integration](btp-integration-suite-integral-sales-service-core).
- You have completed the previous tutorial [Consume a SAP Sales and Service Core API to create Sales Orders using SAP Cloud Integration](btp-integration-suite-integral-sales-core).
- You have a Twilio account or trial account. In the Twilio documentation, you'll see 3 needed URL encoded parameters to be sent to trigger the API call, which are:

- From <Twilio sender's phone number>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ parser: v2
author_name: Mariajose Martinez
author_profile: https://github.com/mariajosesap
---
# Consume a SAP Sales and Service Core API to create Sales Orders using SAP Cloud Integration

## Prerequisites

Expand Down