QR Code Generator

@mb12142329 one way could be to create a formula field in airtable which produces the url with RECORD_ID in it and then you use that field to map into image in softr list details

This could be the formula

CONCATENATE("https://chart.apis.google.com/chart?cht=qr&chs=300x300&chl=https://project.softr.app/listdetailspage?recordId=", RECORD_ID())

1 Like