Is it possible to show all the log messages from a job with UiPath Apps?

Lately, I’ve been using UiPath Apps, and its been a really useful tool, but there isn’t much about it on the internet, I mean, at least not much related to showing log messages, which sounds kind of simple, so I’d be surprised if this isn’t possible with the tool.

@PedroOurique

Welcome to the community

You can create a process to get the log messages using api calls and then link process output to the apps

Cheers

Do you have any recommendations on some materials I can use to study more about it?

@PedroOurique

This is to start a process from app

https://docs.uipath.com/apps/docs/rule-start-process#:~:text=When%20you%20add%20the%20Start,where%20the%20app%20is%20executing.

And for api calls you can use swagger to gwt the required endpoints and header and body

<orchestratorurl>/swagger/index.html

https://docs.uipath.com/orchestrator/v0/reference/api-references

https://docs.uipath.com/orchestrator/reference/building-api-requests

Cheers

Thank You!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.