Hi Bro.. I hope you are doing great, here my case is Mail body level we are getting Tabular format . can you please let me know how we can read that data. Ex: Data1 Data1 Name A Name B Name C
I see you loop for many attachment but at the second groovy, you only send 1 attachment. Its right? Could you explain more about email with multipe file attachments
Hi. Yes, in the second scrip I just pick the file name details get create file name for dropbox. In this example, assumption is that we receive only one attachment. If you want to handle multiple attachments, your need enhance your script accordingly.
@@OutOfTheBoxEA thank for your reply. Im writing Iflow to send multiple email for many customer in one time with difference email body. Could you give me some suggestion to do that? Thank you so much!
the thing is you will develop everything first and then show us what you need to do is develop everything step by step so that we can understand Like creating an in dropbox and all parameters it is new to me and I am not able to figure out what to do exactly
Hi, Whenever I am deploying the i-flow it is getting failed with error The Integration Flow is not operational. Error Details [CONTENT][CONTENT_DEPLOY][ErrorUnresolvedDependency] : {"message":"ERROR","childMessageInstances":[{"message":"EXCEPTION","parameters":["java.util.concurrent.TimeoutException"]},{"message":"UNRESOLVED","parameters":["(&(component=sap-it-dropbox)(objectClass=org.apache.camel.spi.ComponentResolver))"]}]} Unable to find any solution for the same
You are great yaar
Well explained and demo. I very much liked it Bro.. Awesome.
Thank you so much 👍
Please add more sap cpi videos
GOOD
Hi. wr can we find more real time videos. is it uploaded or do we need to pay n subscribe to watch it
Providing online training on sap cpi?
Hi Bro..
I hope you are doing great,
here my case is Mail body level we are getting Tabular format . can you please let me know how we can read that data.
Ex: Data1 Data1
Name A
Name B
Name C
how to get authorization url and token url for security material
Check the URL in the gitHub.
github.com/outoftheboxea/SAPCPI/tree/main/Scenario%203%20-%20Email%20to%20DropBox%20-%20Invoice%20Handling%20Interface
@@OutOfTheBoxEA Please make video or explain please, link on github does not work anymore
@@HaffejeeY Hi. Link works for me. What is the error that you see?
@@OutOfTheBoxEA seems to be fine now, issue could of just been on the day I was testing out the scenario
I see you loop for many attachment but at the second groovy, you only send 1 attachment. Its right? Could you explain more about email with multipe file attachments
Hi.
Yes, in the second scrip I just pick the file name details get create file name for dropbox.
In this example, assumption is that we receive only one attachment.
If you want to handle multiple attachments, your need enhance your script accordingly.
@@OutOfTheBoxEA thank for your reply. Im writing Iflow to send multiple email for many customer in one time with difference email body. Could you give me some suggestion to do that? Thank you so much!
Hi bro nuvvu cpi training isthava
the thing is you will develop everything first and then show us
what you need to do is develop everything step by step so that we can understand
Like creating an in dropbox and all parameters it is new to me and I am not able to figure out what to do exactly
Hi, Whenever I am deploying the i-flow it is getting failed with error
The Integration Flow is not operational.
Error Details
[CONTENT][CONTENT_DEPLOY][ErrorUnresolvedDependency] : {"message":"ERROR","childMessageInstances":[{"message":"EXCEPTION","parameters":["java.util.concurrent.TimeoutException"]},{"message":"UNRESOLVED","parameters":["(&(component=sap-it-dropbox)(objectClass=org.apache.camel.spi.ComponentResolver))"]}]}
Unable to find any solution for the same
TimeOutException means that it’s not able to connect to DropBox server. Please do a connection test to Dropbox. And see if that works….