Hi. Im having big problems getting a Web API to take data from af collection and sending a message.
My Template is like this.
{
"MessageBody": {
"LegalEntityId": "[LegalEntityID]",
"SourceSystem": "[SourceSystem]",
"JournalLines": [
...
I really wish i was able to import a .ics file into the calendar function so i could better control the holidays that is not built in. I would even be satisfied with the possibility to create a custom calendar and only mark the days a process should ...
Hi Everybody.
I think i have fixed it
Now at least the RequestData output fills in my data.
The fix was to send the Collection to the Object, use a MultiCalc step, to split it into single dataitems, and then pass those to the call.
Right now i am...
Hi again @Michael ONeilThanks for the suggestion,
When i try that, i get this as the RequestData
Content-Length: 351
Expect: 100-continue
Connection: Keep-Alive
{
"MessageBody": {
"LegalEntityId": "Test",
"SourceSystem": "RPA",
"Journal...
Hi @Michael ONeil
Thanks for the suggestion.
So it should look like this instead if i understand you correctly?
{
"MessageBody": {
"LegalEntityId": "[LegalEntityID]",
"SourceSystem": "[SourceSystem]",
"JournalLines": "[JournalLines]"...