Website forum; Submission completed check

Hey All,

I am filling out a Website forum from an Excel Data sheet that is to be submitted once an entries information has been entered prior to moving to the next entry (about 3000 individual entries). Before I started the next entry, I want to check to make sure that the forum has been submitted properly. Submission times vary.

My thought logic here is to check if a website field var = empty to check if the forum submission worked as expected (forum resets after submission). If that check returns true then exit the window and start the process from the beginning. However this is not working as expected.

Is there workflow that I can use that will continually check a field until a specific condition is met?

Thanks!

Does the page refreshes after form submission.
In that case you can use Wait element vanish activity, if any of the element that always exists on the page vanishes.

Regards,
Karthik Byggari

2 Likes

Solved!

Thank you

1 Like

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