I was able to figure out the issue. It worked. Thanks for the help
Hi @sumit.ghosh2,
The popup shows when you are pasting on the browser for the first time to allow or block any paste but am glad you are good now.
Sandbox business central is not working. Also, not able to create new case in sandbox Alpha. We are getting 500 internal server error.
It seems Sandbox bpm service and case service both are down.
@Simphiwe I tried sending body as a json but still I am getting the Bad request error.
Hi Team,
SSD
I am populating the book list using Table component,
I have a add book button, which opens a dialog as below after submitting dialog it will add a new book to DB then I am calling a booklist api to fetch the latest data from DB.
How I can refresh the table with latest data without refreshing the screen?
Helo @Vignesh-U ,
You can use a call service node for that. After performing the required operation, add a call service node that triggers the flow to make an API call to fetch the books. This will allow the page to re-render
Hi @Sam , I have the addBook flow in dialog page flow, How I can call a parent page flow using call service node?
Hi @Vignesh-U,
Can you please share a screenshot of the body.
Also confirm if the keys and values in your json are each wrapped in double quotes like {
âisbnâ: â74848843884â
}
Hi @Simphiwe ,
Everything is double quoted, If you see the curl in the url itself âidâ is not replaced in the path.
Can you confirm if the is anything added on the Consumesâs Content Type, please see the image attached below or add application/json.
The :id not being replaced by your path value could be the Swagger UI issue; you can try postman to send that request with your path.
Still checking why it is not replacing the path on the Swagger UI.
@Simphiwe I already included the consume type as application/json.
Please check your chat DMs
@Vignesh-U and I connected.
The bad request issue was resolved.
The path value not replacing the path/params on the url on Swagger UI, I advised that he uses postman for now to test his APIs since on postman it works fine.
If the is anyone who has an idea on why the path value doesnât replace the urlâs path placeholder on swagger UI. Please assist on that
Hi Team, @Eldho
I have my application redeployed and running in BPM server, But I am unable to find my process in Manage process definition workbench also I tried to fetch the process definition in bpmService swagger but I am getting 404 not found error.
It was working fine yesterday, but today I am not able to find my process.
{
âprocessDefinitionIdâ: âLoan_Application.LoanWorkflowâ,
âmetadataâ: {
âcontainerIdâ: âLoan_Application_1.0.0-SNAPSHOTâ
}
}
Hello @Vignesh-U ,
Are you still facing the same problem??
Yes @Sam , still facing the issue
Hello @Vignesh-U ,
Could you tell me which is your project?
Hi @Sam
This is my project LTI_training_space â Loan_Application
![]()
Hello @Vignesh-U ,
I think the process def Id and container id is misconfigured,
Try this
{
âprocessDefinitionIdâ: âLoan_Application.Loan_Processâ,
âmetadataâ: {
âcontainerIdâ: âLoan_Application_SA_1.0.0-SNAPSHOTâ
}
}






