The image property of the generated QR code image on the second screen is throwing error
If(
QRdata = "" || IsBlank(QRdata),
"https://api.qrserver.com/v1/create-qr-code/?size=300x300&data= " & varUserEmail,
"https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=" & QRdata
)
Errror 1:Invalid argument type. Expecting one of the following: Text, Number, Decimal, Date, Time, DateTimeNoTimeZone, DateTime, Boolean, OptionSetValue, ViewValue, UntypedObject.
Error 2: Incompatible types for comparison. These types can't be compared: Record, Text.
Both errors occurs on var QRdata