UI Automation & Updating "Status" on excel

Hey guys,
I’m trying out this website right now.
Say I currently have 100 rows of data stored in a DT.
I’m looping each row in DT to each of the cell in the screenshot.
If I succeed I’m updating the Column “Status” as “successful”
If I don’t succeed, I’m updating the Column “Status” as “Not successful”

Now due to my inexperience, I’m not sure what to set as the parameter for “Not successful” status as when I have been trying, I have not failed a single time.

Could someone share some insights as to what parameter I should set? Cheers

@Dillon_Marius
What would be reason to fail the process??
if you entered any wrong feilds then check if any popup appears…
then capture that with element exits
and push that to else statement.