ContributionsMost RecentMost LikesSolutionsHow can I change the default timeout for device cloud in Bitbar? I noticed my automation case always failed ten minutes after it connected to the bitbar device cloud. How can I change that default timeout? It is very inconvenient that I have to make my case reconnect to the bitbar device cloud every ten minutes. SolvedConvert - URL decode in Data Replacers does not work as expected The problem I ran into on LoadComplete was that the Convert - URL decode in Data Replacers did not work as expected. For example, since VIEWSTATE in the request body is a variable, I used data selectors to extract it from the response body with Convert - URL decode then used it in the next request body. However, after I simulated the request, the result was a failure. I found that the value of VIEWSTATE in the request body was incorrect. Some special characters were not decoded such as '=' and '/'. (%2F in the screenshot should be decoded into '/'.) Does anyone know how I can solve it? Solved