I created small xamls facing issues with arguments

hi,

i have multiple xamls in first i have read excel and stored all data in arguments
now how to pass those stored data into the other xamls

in read excel i have click import and then after assigned the value to variables but what should i need to do if need to pass the values to other xamls

Hi @manoj2500,

You need to create arguments in other xaml files with “in” direction then you can assign variables that you’ve got from ReadExcel xaml file to use in other xaml files

hope this helps.

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