Hi, Yes its possible, you have to use Input Dialog activity and some conditions to verify the feedback given in input dialog.
I am attaching the solution here if it serves the purpose please mark this as a solution.
In the solution unless user hits the Yes button it will keep on asking the user after 2mins interval,
but if you want to change it just remove the while loop.
Thank you so much for your help. While trying to run the process, is there a way when i click “yes” it will keep looping delaying endlessly without the need to put the if statement continously,
until a “no” input then it breaks?
As per my understanding the result from custom input activity should be validated using if activity to check the conditions.
Otherwise the process cannot be designed as per the requirement.