hello all, i have scenario in my current project where filename(file path + filename) is coded within the xmal file. but now i have requirement to have filename in config file itself so that modification will be easier than changing the code in the xmal, because filename is used in the multiple times in the particular xmal. Please share me the solution at earliest,
Hello Siddarth,
In your Project Folder, There is a Folder named ‘Data’, Open it, you’ll find a Config Excel file, Open the Excel File. You can copy and paste the File path in the Settings Sheet, Under the ‘Value’ Column. And Give it any name, For Example MyFileName. Then You can use it in the Xaml by using :
in_Config(“MyFileName”).ToString
I hope this solves your Issue, Do clarify if u find any issues.
Regards