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.
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.
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.
Just for my learning in UiPath Apps, Can we write any sample code (any language) and invoke that code file.
e.g.
Thanks
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
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 ?
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
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.
@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
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.