How to send current bot result to another bot?

I’m trying to separate bots by the roles.
how to send current bot processed result to another bot?

one bot will handle the messaging part
another bot will handle the financial operations.

messenger communications are quite complex but actually not necessary for financial operations.

help me

you can make use of queues i.e. bot 1 pushes item to queue

bot 2 reads from the queue

if you do not have orchestrator then you can also use a shared excel file to achieve the same thing - bot 1 updates result in excel and bot 2 reads from that excel

1 Like

Hello @mountie
You can do this in several ways.
By Updating the Queue Values you achieve this.

By using Asset values, you can update the specific asset using BOT 1 and Bot 2 will Get the asset and process it. If the only one value you can use this like passing the Total amount value or Date.

Otherwise, Use the Centralizer file in a specific location that can be accessed by Both Bots. Create the Excel file and fill the data by Bot 1 and used by Bot 2.

Or else, update the Excel file with data by Bot 1 and send Mail with a specific Subject with Updated data as an Attachment. Then Bit 2 will get the mail and download the attachment using a specific Subject and process the file.

thanks for quick answer
do you think I can use json string as asset value?

2023λ…„ 11μ›” 22일 (수) 14:59, Gokul Jai via UiPath Community Forum <notifications@uipath.discoursemail.com>λ‹˜μ΄ μž‘μ„±:

Hello @mountie
You can do this in several ways.
By Updating the Queue Values you achieve this.
https://youtu.be/d9t5ToNa53o?si=Tyee210dPukPf-lJ

By using Asset values, you can update the specific asset using BOT 1 and Bot 2 will Get the asset and process it. If the only one value you can use this like passing the Total amount value or Date.

Otherwise, Use the Centralizer file in a specific location that can be accessed by Both Bots. Create the Excel file and fill the data by Bot 1 and used by Bot 2.

Or else, update the Excel file with data by Bot 1 and send Mail with a specific Subject with Updated data as an Attachment. Then Bit 2 will get the mail and download the attachment using a specific Subject and process the file.


Visit Topic or reply to this email to respond. Your email reply will be posted in the corresponding topic.

To unsubscribe from these emails, click here. To change your Forum email notification preferences, click here.

Disclaimer | λ³Έ 이메일은 법령 λ˜λŠ” λ‹Ήμ‚¬μžμ˜ μ˜μ‚¬μ— 따라 λΉ„λ°€μœ μ§€κ°€ ν•„μš”ν•œ λ‚΄μš©μ„ ν¬ν•¨ν•˜κ³  있으며, μ˜λ„λœ μˆ˜μ‹ μžλ§Œ μ—΄λžŒν•  κΆŒλ¦¬κ°€ μžˆμŠ΅λ‹ˆλ‹€. λ³Έ 메일을 λ°›μœΌμ‹  뢄이 μ˜λ„λœ μˆ˜μ‹ μΈ λ˜λŠ” κ·Έ λŒ€λ¦¬μΈμ΄ μ•„λ‹Œ 경우, λ³Έ 이메일과 μ²¨λΆ€νŒŒμΌμ˜ 이용, 볡제, 배포, νšŒμ‹  λ“± 일체의 ν™œμš©μ€ μ—„κ²©νžˆ κΈˆμ§€ λ˜μ˜€λ‹ˆ, 잘λͺ» μˆ˜μ‹ λ˜μ—ˆμ„ 경우 μ¦‰μ‹œ λ°œμ‹ μžμ—κ²Œ κ·Έ 사싀을 μ•Œλ €μ£Όμ‹œκ³  첨뢀 νŒŒμΌμ„ ν¬ν•¨ν•œ 이메일 전체λ₯Ό μ‚­μ œν•΄ μ£Όμ‹œκΈ° λ°”λžλ‹ˆλ‹€. ν•œνŽΈ, λ°œμ‹ μΈμ€ λ³Έ 이메일에 ν—ˆμš©λ˜μ§€ μ•Šμ€ μ ‘κ·Ό λ˜λŠ” ν™œμš©μœΌλ‘œ 인해 λ°œμƒν•˜λŠ” 손해에 λŒ€ν•˜μ—¬ 일체의 μ±…μž„μ„ 지지 μ•ŠμŒμ„ μ•Œλ € λ“œλ¦½λ‹ˆλ‹€.

Disclaimer | Information in this e-mail and any attachments are from Paygate Co., LTD. and may contain privileged and/or confidential information. If the reader of this e-mail is not the intended recipient(s), or the employee or agent responsible for delivering the message to the intended recipient(s), you are hereby notified that any dissemination, distribution or copying of this e-mail is strictly prohibited. If you have received this e-mail in error, please notify the sender and delete this e-mail and any attachments immediately from your computer without retaining a copy. The sender holds no liability for any damages from unauthorized use of this e-mail.

@mountie
Yes It is Possible, Read your JSON as a Text message and Update the asset.
Refer to this post you may get some idea.

Note: Maximum 1,000,000 characters allowed for Asset Value text

Hi @mountie ,
Have you tried config file
I think can use share folder, get result of robot to use for other robot
or
try Json config of Orches
regards

I don’t have orchestrator. just StudioX.
then shared folder will be only solution. am I right?

the Asset value will be stored at orchestrator server?

@mountie
If you don’t have Orchestrator, then you can go with the Shared Folder Method. Otherwise, you can also access the file via Email as I mentioned above. Update all the data in an Excel file and send it as an attachment via Email by bot 1 process. Then use it by the Bot 2 process by downloading the attachment from Email and processing the data.

Yes, Asset values stored in the Orchestrator