Can someone help to check why I run this message keep appearing? Which part I created wrongly?
Ex2.1-confirm pymt.xaml (18.4 KB)
File_01.xlsx (16.1 KB)
Email reply template.docx (12.8 KB)
Can someone help to check why I run this message keep appearing? Which part I created wrongly?
Ex2.1-confirm pymt.xaml (18.4 KB)
File_01.xlsx (16.1 KB)
Email reply template.docx (12.8 KB)
Hi @jeleona.foo ,
Could we also ask you to enclose the project.json file along with the xaml file, zip it together and send it here ?
We would not be able to replicate the same issue at our end if the project.json file is missing.
project.zip (3.9 KB)
Dear Superman,
Please refer to the attached file.
Is anyone can solve this issue?
This may happen if a variable or argument in your project shares the same name of a .net class or namespace.
For example, using the word “System” for a variable name, will run fine but cause an issue when publishing. Try checking that you don’t have any named variables that could be causing problems (avoid using any of the words listed in your Imports tab)
I tried to change the variable names but the same error issue prompt out.
These are my variables name. There is no variable name as “system”