Extract data from Excel table

TablaEjemplo.xlsx (8.4 KB)

I have this Excel table, in Column 0 there are my variables and in Column 1 there are the values. I need for example that the value REQ00000123, be included in the Variable ID and thus with all the title, the state.

@Marisa_Ontiveros

Create one Dictionary variable and map the values to Names. And then you can read values by passing Name.

Please look InitAllSettings.xaml file in REFramework template to get better idea about this.

1 Like