Hard
Let's assume your 'application under test' generates an offer id every time you click the according button. Unfortunately it gets added to the table randomly. Find a way to automate a stable test step that 1) clicks the button, 2) buffers the generated offer id and 3) enters it into the edit box. The test steps need to run every time!
You might figure out that it looks like a table but in fact is just a collection of divs. Look up identification by anchor control to get a stable module that can be used for every test run.
Still no joy? Here's the solutionYou will only score 10 Pts