I apologize for the late reply.
But you seem to have forgotten to share images, and I can't see any.
Also, in response to the link not being clickable in the hyperlink columns:
The Hyperlink column type is clickable by default, but I have found this column presents challenges in Flow since it's not a simple field and requires both a URL and Description.
If the text of the URL displayed by your hyperlink class is correct. Column formatting can be done using Modern List and Text Columns. This is an easier way to do it.
That is, ditch the old hyperlink-type columns and instead have text-type columns that store URLs, and set the URLs to be clickable via column formatting.
1.Select your Column >Column Settings >Format this column >Advance mode.
Please use this JSON code:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType":"a",
"txtContent": "@currentField",
"attributes": {
"target": "_blank",
"href": "@currentField"
}
}
If the answer is helpful, please click"Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.