When using the function "add a row into a table" and using the hyperlink formula to create clickable URLs to web locations, data entered into the hyperlink column is overwritten by the last submitted data.
E.g
| Expected behaviour | Actual behaviour |
| URL1 | URL Overwritten - NOW URL4 |
| URL2 | URL Overwritten - NOW URL4 |
| URL3 | URL Overwritten - NOW URL4 |
The expected behaviour is to create a unique URL when "adding a row into a table" but they are just being overwritten by the last submission. This happens for the entire column and not just the last entry.
This is the formula:
=hyperlink("https://**********.sharepoint.com/People%20&%20Culture@{outputs('Create_file_with_details')?['body/Path']}?web=1","Click Here")

Any suggestions?
Rob