Activate your network - connect, collaborate & be inspired.
Recently active
My user type is not BOTcreater, so I cannot create a BOT.Can you change it?I am also attaching a screenshot of my user information.
Hi team,I’m Emmanuel Katto from Dubai, United Arab Emirates (UAE) working on the document automation process for invoice processing in the enterprise edition, and I’ve encountered an issue during the final step where I attempt to download a CSV file.Here’s the error I’m getting:"DW_DOWNLOAD_FAILED - Bot deployment / download failed. Please check activity/audit logs for error details."To troubleshoot, I’ve:Double-checked that the file path is correct. Verified that the necessary permissions are set up correctly. Ensured that the bot has the required access to perform the download.Despite this, the error persists, and I’m not sure what else could be causing the issue.I would really appreciate it if anyone could share:What additional troubleshooting steps I should take to identify the root cause. Any known issues related to bot deployment or file downloads that might trigger this error. If there’s something I might have missed in terms of configuration or setup that could resolve the prob
I have an image that has to be embedded in the email body. I am using "Email Server" to send the email. Outlook can't be used to send the email but can be used to receive the email. I tried base64 encoding but then the image doesn't appear if the receiver uses Outlook to open the email.
I am trying to add a formula an Excel workbook using AA, but the bot adds the @ symbol making it not work correctly. Is there a way to use the Set Cell Formula to not include the @ symbol when the bot runs? =FILTER(UNIQUE($sMasterDataTabName$!F:F), (UNIQUE($sMasterDataTabName$!F:F) <> 0)) Turns into=@FILTER(UNIQUE($sMasterDataTabName$!F:F), (UNIQUE($sMasterDataTabName$!F:F) <> 0))
I have a workbook that contains data for multiple thousands of employees in multiple countries. I need to separate that data into individual workbooks that contain just the rows for the employees that correspond to each country (So a “USA” workbook for all USA employees, an “India” workbook for all India employees, etc.) In the end, if I have employees in 20 countries, I need to have saved 20 separate workbooks. I’ve opened my workbook, and logically I believe I need to (First) retrieve the value from the country column, (second) if no workbook exists for that country, create one, add the headers and row of data, and save it with the name of the country, (third) if the workbook does already exist, append the row to the existing workbook I am having a hard time finding the right actions to do this in my loop.
Hi Team,I have a Thai language pdf where i need to extract the data from PDF. But when i try to extract the data from that PDF i am getting boxes instead of Thai characters. I have tried multiple way to read the data from PDF like PDF extract text activity and converted pdf to image and extracted data from that PDF. In all the way the extracted data is showing as boxes.Please suggest possible ways to extract/identify thai characters using automation anywhere.Thanks in advance
I’m working with two data tables in Automation Anywhere and I need to loop through both tables simultaneously while comparing values (specifically temperatures). The challenge I’m facing is incrementing a counter once for both tables as I go through each row.Here’s what I want to achieve:I have two tables: WeatherOld and WeatherCurrent. I need to loop through both tables at the same time, comparing values from corresponding rows in both tables (e.g., comparing temperatures from the same city). I want to increment a counter once for both tables after processing each set of corresponding rows.How can I structure my loops and ensure the counter increments correctly for both tables at once?Any suggestions or guidance would be much appreciated!Thanks in advance!
Hi Team,I couldn’t find any clear instruction on how to configure AA Auto login using AWS Secret manager. Do you have any Video or click level document for configuration.
I’ve been trying to use a multiselection dropdown in a form but it doesn’t show in the windows, or I only can use it in the copilot mode?I make this form and I’m esecuting It from a task (with interactive form:Display): but I only can view this:
topic,I want receive the browser javascript console.log result as an a 360 variable value..can i get some guide? or a360 browser document? my code is herei = 0;while (i < 7) { element = 'listitem' + i + 'innerListBoxdropdownlisteditorgrd2'; textContent = document.getElementById(element).textContent; console.log(textContent); i++;}I would appreciate really. it if solution
Los correos electrónicos se recuperan según la secuencia de las carpetas que aparecen en el campo Bandeja de entrada. Dentro de cada carpeta, los correos electrónicos se recuperan según la fecha y hora de recepción en el orden LIFO (último en entrar, primero en salir). Necesito leer como FIFO, existe alguna alternativa?
Hi team,I'm Emmanuel Katto from Dubai, United Arab Emirates (UAE) having trouble installing and uninstalling the Bot Agent on my system. Every time I attempt to install or uninstall, I receive a "network resource unavailable" error. I also tried to remove the bot agent via the Control Panel, but the error persists.Could someone assist me in resolving this? I’ve attached the error message for reference.Thanks in advance!RegardsEmmanuel Katto
Hi Team,I am new to AA. Need the community help to understand what best practice experts here recommend: 1- What is official recommended BOT Development framework which I should use while developing any BOT2- Any checklist you recommend to include for develop, review automation code
Hi Team,I need to create automate VLOOKUP and pivot table of dynamic data using A360 community edition v21.23 ...is there any command that can help me in the AA workbench. regards,kiran
Good morning Automation Anywhere People, how are you?I trying to run the exercise:Maximizing Throughputof the 3rd. week, and this exercise take me to prepare the exercise:Creating and Managing Device Pools.but I don’t the authority to creates the Users and the Device Pools.Do I need to prepare this course or is it only for read and take the information of this course?Thanks a lot…Jesus Ostos.
When I am validating data extracted from documents, I’m noticing that when a field is not present on one document, it is sometimes being extracted as as another incorrect value on the page. In the learning instance setup, the field is marked as optional and the confidence is set at 80%. I submit validation feedback by removing the mapping to the value, but each time I process a new document, it extracts the same incorrect data point. I have the same issue with tables that are being extracted for some documents for which the tables are not needed. Even after removing the mappings, the tables are extracted again when processing additional documents. Is there a solution for this issue or a best practice for solving this problem?
Hi, I’m trying to update a credential using the CV APIsI’m following this workflow1 - Authentication - {url}/v2/authentication - Done2 - List credentials - {url}/v2/credentialvault/credentials/list - Done3 - List credential attributes - {url}/v2/credentialvault/credentials/{id}/attributevalues - Done4 - Get Public Key - {url}/v2/credentialvault/keys/transport/public - Done at this point, I have the necessary to call the endpoint that update the attribute value5 - Update Attribute Value - /v2/credentialvault/credentials/{id}/attributevalues/{attributeValueId}?encryptionKey={publickey} When i request the put call the endpoint i receive the next message:{"code":"cv.validation.secure.keys.transport.invalid","details":null,"message":"The encryption key is incorrect"} the public key that i use in the Query Parameter is the string contained in the publicKey node of the step 4.Can anyone face the same issue?Any ideas to solve the problem?
I am getting below error while tried to open excel on both basic and advance package, last week was working fine.