Hello. I am getting an error in logical app stating: Workflow processing failed. Error: 'The provided value for the workflow parameter 'ServiceBusTopicName' at line '10' and column '26' is not valid.' for I have added the appsettings in the Parameters. any idea for this? I tried restarting the app My workflows are running fine and showing the value as well
@@OurCloudSchool how to do that, as when we use service bus trigger when message received in queue, it's ask for connection, but it doesn't allow to add parameter
Here you are showing Adding parameter for queue or topic. When you make connection with service bus there it won't allow to add parameter, I have to hard-coded connection string. So if check the json view of connection, it's shows managedapiconnection with runtime url of service bus. When workflow is deployed for another environment, connection string will be changed. And I have to manually make another connection and add connection string. Please correct me. Deployment of logic apps is not clear to me
Excellent clear and neat explanation sir..❤️
Thank you so much, really helpful!
Great video!
It will be good if you show how to create azure service bus
does the Logic app won't support error handling? like try catch blocks
Hello. I am getting an error in logical app stating:
Workflow processing failed. Error: 'The provided value for the workflow parameter 'ServiceBusTopicName' at line '10' and column '26' is not valid.'
for I have added the appsettings in the Parameters.
any idea for this?
I tried restarting the app
My workflows are running fine and showing the value as well
Hi, is it possible to read the connection string of the service bus in logic apps
Yes,
@@OurCloudSchool how to do that, as when we use service bus trigger when message received in queue, it's ask for connection, but it doesn't allow to add parameter
Hi, could you please share me the video of it?
You can add the parameter please my logic app with service bus video in this channel
Here you are showing Adding parameter for queue or topic. When you make connection with service bus there it won't allow to add parameter, I have to hard-coded connection string. So if check the json view of connection, it's shows managedapiconnection with runtime url of service bus. When workflow is deployed for another environment, connection string will be changed. And I have to manually make another connection and add connection string. Please correct me. Deployment of logic apps is not clear to me