Hi everyone!
I am trying to build a guessing game that requires a user to enter a valid 4-digit in an attempt to guess the random number generated by the workflow. For every attempt made by each user, I want to show the “correctness” of the result.
For instance, if the randomly generated number is 1234 and a user enters 1345, I want to prompt a message box to show “2A” and “1B” respectively. “2A” signifies two correct numbers but in the wrong position (in this case numbers 3 and 4) while “1B” signifies 1 correct number in the correct position (in this case number 1).
May I know which activity(es) can be used to incorporate the aforementioned into the workflow? Any help is greatly appreciated!