I have to open a web page as RPA Task and scroll down to click on an icon to extend the additional info. Upto scroll down to that particular section, it is working fine. But I am not able to click on the add icon to extend. Can someone guide me with the configuration.
Discussion posts and replies are publicly visible
Given the current info start with configuring a Click action from the available Mouse actions for a robotic task. If you have already configured and are facing some issues we will need more details about the behavior/error.
I have got to the stage where I am fetching a para of 2 lines using get attribute and saving it in a variable but I need to clean up the variable I am getting bcoz it is having extra text values("; ; QFITLIA is a clear, colorless to pale yellow solution in a single-dose:\nInjection: 50 mg/0.5 mL prefilled pen\nInjection: 20 mg/0.2 mL vial\nCLOSE; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; " - like this). There is no clean up action like replace or trim in RPA pallette. Any workaround for this?
You can use 'Evaluate expression' from the Appian Services Palette. This way you can call any Appian function to format the data and then get expected output.