AmazonQ App Integation

Hi,

I have an AmazonQ App that takes in a file and creates a table following a specified format. I want to the app to do this for every file in a certain folder, so I want to integrate this app into a UiPath workflow. Is this something that studiox can do? If so, what activities do I need to do this?

Hello @Ii_Mariko

UiPath StudioX supports UI interactions, so I can’t see why it should’nt work with a Amazon App.

To accomplish your task you could use the For Each File in Folder activity to loop the files.
Then you would use UI activities (Click, Type Into etc.) to fill out the form, within a Use Application/Browser container.

Regards
Soren

@Ii_Mariko

It can be done using UiPath..but again amazonq apps ui might be little dynamic and also there might be a mfa authentication layer which you need to take care

Ideally those apps call backend functions to do these activities so if you have access to functions you can call them as well depending on what is being done..

If not as last resort can try the ui activities

Cheers