Hi there @KUNDAN_KUMAR1,
I hope you are well!
As flagged above, you could leverage Computer Vision from UiPath - Making use of the ‘CV Extract Structured Data’ activity:
Computer Vision (uipath.com)
Alternatively, you can speak to the application-owner/providers and request the installation of the UiPath Remote Runtime (for Citrix):
About UiPath Remote Runtime
This will allow UiPath to interact with the application (serviced over CItrix) in a pseudo-native manner - As such, you could use the regular ‘Extract Structured Data’ activity.
As a final option, if the Citrix application allows you to CTRL + A, CTRL + C, you may be able to copy the tabular data to the clipboard (assuming it is accessible) and parse the results.
Please let me know if you have any questions.
Thanks in advance,
Josh