Send Count to Teams channel/Group

Hello,

I am trying to send count in teams group, I have used web hook and using https request I am trying to send count, but it is not posting anything, please suggest possible solution

In Body Format I have used application/xml
and in body I have simply passed count.tostring where count is variable

Hi @Pramod_Mangale

Please try the request in postman and then check if there are any difference in what you are doing in uipath

Cheers

I checked that, But I am not familier with how we can use variable in json format style

Hi @Pramod_Mangale

To pass dynamix values to body…use parameters and use the parameter names in the body to pass it

Use this to check the string format for json

Cheers

Issue resolved “{‘Text’:”+CountNum.ToString+“}” kept body format as application/

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.