Hello firends,
I have developed a xaml that creates a dictionary from an Excel FIle.
prova2.xaml (23.6 KB)
TEMPI_MORA_NOSTANDARD_ricodifica - Copy.XLSX (14.7 KB)
I need to make some checks on the values of the column “GGPREAVVISO” based on the key “PRODOTTO”.
How is it possible to extract the value of “GGPREAVVISO” associated to a value of a PRODOTTO?
I need to make check based on that value.
Thank you so much.
Camilla.
Hi @CamiCat,
I think it like read configFile in REF - “InitAllSettings”. Check it
1 Like
Thank you so much @Chinh_Le.
Is it possible to perform some actions based on the the value of the Key?
If the Key has a certain value can I make a check on a difference between two dates?
Thank you so much,
Camilla
1 Like
yes, we can compare
dictionary dict;
variable Second_Date;
compare
if(dict(“First_Date”)=Second_Date)
else
It is not matching
1 Like