How to access Action Center tasks from App Studio

Hi,

We need to create an interface to access Action Center tasks using App Studio.

Is it possible?

Thanks in Advance.

You can access you actions from UiPath Asssistent if it help

https://docs.uipath.com/robot/standalone/2023.10/user-guide/action-center-widget

@hgaber105

You cannot directly access but can save the action url in data entity and expose data entiry to apps and display the urls

Cheers

Thanks @Anil_G , do you have any kind of example or code extract ?

@hgaber105

I can give you steps for now

  1. Create form task and save the url from the response
  2. Use a add entity activity and add the url to entity
  3. Create an app…and use a table and display the urls to the forms…
  4. If you want to add any filters…we can add filters like who task is assigned to etc
  5. Also completed or in progress can be added
  6. A separate bot can be built to update statuses on data services so that app data will be latest

Cheers

1 Like

@hgaber105 ,

If you have URL of action center then you can use insides Apps using I-Frame control.

Please try to use Ifram control to access other page but make sure its https only.

1 Like