Argument and Variable not working properly: Generate Yearly Report


image

image

image

These are all invoked items and arguments. No error is showing but the variable UploadID is not writing any value in the comment box after the quoted text. But from the argument out_UploadID, the comment ID is properly extracted.

@Tanzill_Ahsan ,

Check the variable section of the workflow, you may have multiple occurrence for this UploadID variable. Else try to print this variable at the start and after the assign activity.

Use message box activity to debug this issue with the UploadID in the message box output.

There is single UploadID variable

you can use “remove unused variables” to remove those multiple occurrence for this UploadID variable,then check the variable section or you can rename the variable and test if there are multiple variables.

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