How to show specific datatable in uipath apps

Hello,

I have 3 datatables as i am reading one excel with 3 sheets and created 3 variables as outdt1,outdt2 and outdt3.
i need to show my table with sespect to selection in radio button.
i a giving names of sheet to radiobuttion.

is it possible to show?

@Mathkar_kunal

In the table field use if condition to check which radio button is active and depending on that change the datatable to be displayed…

On page load process to fetch data can run and add data to variables in apps

Cheers

how to give that condition , can you explain a bit.
radio button variable is “selection” and datatable names are “dt1” ,“dt2” and “dt3”

@Mathkar_kunal

looks like this

image

I have used repeated and dummy values…you can try with actual values

cheers

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