Uipath Apps - Export Data Service Data

Hello,
I am build an App in UiPath Apps Studio, I need to Export the Data Service Data (in excel) through the App Can it be possible ? If Yes then Can you please guide me for this.

Thanks.

@Gagan_Chaudhari

Please check this

Cheers

Thanks for the reply @Anil_G
Is there any way to implement this within Apps. I cannot use the Process for this, due to some limitations.

@Gagan_Chaudhari

Directly from apps i dont think you can export the data…

Cheers

1 Like

Just for my learning in UiPath Apps, Can we write any sample code (any language) and invoke that code file.
e.g.

  • vb.net file
  • C# code file
  • python code

Thanks

@Gagan_Chaudhari

From studio you can use invoke code /Invoke python and from apps on click of a button or some activity this can be triggered

cheers

1 Like

Thank you @Anil_G for the quick response.
So as per my understanding, we don’t have any functionality yet, from which we can Invoke the Code file within the Apps Studio.

Is that correct ?

@Gagan_Chaudhari

Yes that’s correct.From app we can invoke or run processes and in them we can invoke code but not directly in the app

cheers

1 Like

You can try to connect Google Sheet with the App using Integration Service and then from App directly pass the data to Google Sheet.

Not sure if you’re looking for some solution like this. But this could be done without running a process.

Let me know if you still have any questions.

@Gagan_Chaudhari ,

@Parth_Doshi Integration service Public preview is disabled from Apps now so any integration with integration service will get disconnected automatically now.

My recommendation would be please create a Process to do such operation and then call process into Apps.

I know this has a bit latency but unfortunately there is no other way right now.

Thanks,
Arvind

2 Likes

Thanks for sharing that info! @Arvind_Kumar1

@Parth_Doshi
Thanks for the heads up.

@Arvind_Kumar1 , Yes , I have developed a process, calling it through App and storing the Data into Excel.

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