While following along the Introduction to Studio Web course’s activity of validating registration codes and automatically send corresponding emails based on check outcomes, I realised that my automation didn’t check any of the entries in the Excel file.
It’ll just show on the activity panel that execution successful unlike the sample provided.
I’ve taken care to ensure that all my steps are the same as the instructions.
@YHLeow - What happens when you run the process in debug mode and step through the validation check? Does it reveal something missing or misconfiguration? Or does something else happen? Feel free to share screenshots if you need further help.
@YHLeow Cheers to you for asking a question that could be viewed as elementary or basic.
If your process is using the Excel Application Scope and associated Excel activities within the scope, then you could capture the output in a Data Table and visually confirm the table is not empty when running the process in debug mode. If absolutely necessary, you could run a check after each assign to confirm the variable is not empty (not recommended for production).