Hi @ckelsoe ,
Firstly the single quotes in my example are used if the parameter is Text (a hyperlink will accept either single or double quotes but double have a different meaning in Power Apps).
Also if you have a numeric value in DataCardValue6
Launch("https://somewebsite.com/account/account.nl?id=" & Value(DataCardValue6.Text))
If MyField is selected in a records from a gallery
Launch("https://somewebsite.com/account/account.nl?id=" & GalleryName.Selected.MyField).
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.