on ‎2022 Mar 29 10:28 PM
Dear experts
I am creating an iflow using a trial instance for use filter.

In the step filter appear this message warning:

I modify the content using this structure:

And in the step of filter use this:

However when I run the service in POSTMAL generate this error:



What is the cause of this error?
Regards
Request clarification before answering.
Hi
Thank you for providing a lot of detail in your question!
The XPath expression in your Filter step is not quite right. Try this slightly edited one instead:
/root/empleados[cargo = "Delantero"]
Please note the the Filter step will remove the root element. To bring it back, add a Content Modifier step immediately after the Filter step with the following Message Body:
<?xml version="1.0" encoding="UTF-8"?>
<root>
${body}
</root>To learn more about the Filter step, check out this blog post by sriprasadshivaramabhat.
And by the way: To test your iflow while you are developing it, try the simulation mode. That lets you run your steps directly in the Web UI, without having to hook up a sender channel and without deploying the iflow. It's a really useful feature that will make your life easier.
Have fun with CPI!
Regards,
Morten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Morten
With you suggestion , the issue was solved
I have followed this blog for active the simulate mode
Integration Flow Simulation in SAP Cloud Integration | SAP Blogs
And I dont found the option "Simulation mode"
I am working this with a trial.
How can get this?

Regards
Hi Morten
I have other question that created in this link, please can help me
Modifying Content Modifier | SAP Community
Regards!
Hi Morten
I am getting this error when I am using :
Expression Type : Non XML
condition : ${property.Account_Type} = 'Individual'
I also have used this and not work:
Expression Type : Non XML
condition : [${property.Account_Type} = 'Individual']I have created the condition having into account this:

However the error appear.
What is the cause of this error?
Regards
Can you double-check the email? Your content modifier filter email doesn't seem to match. Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.