Open 77-77SP opened 2 months ago
Thanks for your request. This is already somewhat possible, albeit a bit of a workaround. Here's what you can try:
const input = response.body;
const output = input.toUpperCase(); // your custom logic here
setVariable("myCustomResponse", output);
I know this isn't ideal and definitely quite hidden, but hopefully it solves your issue. I'll see that I can make this easier to use in the future.
Thank you from the bottom of my heart. I really appreciate your hard work and support. Works as intended.
One note I would add, for future reference (if anyone else is interested), is that the Display Type in Response Handling should be changed to Fullscreen Window to display HTML correctly.
I would like to propose a new feature that would make it possible to display modified HTML string. I can be done by adding a new scripting function under User Interaction which would take the modified response or any vaild HTML code as an argument and display it inside the existing response component.
The current alternative use showDialog which isn't the most optimal way since it only displays text and has limited formatting features.
Thank you for your time and for this amazing app <3