Hey, have you tried the following?
TABLE
embed(link(rows.image, "250")) AS Image
FROM "Journal/Entities/Devices"
WHERE type
SORT type DESC
Placing rows.
in front of image
should fix the problem.
Hey, have you tried the following?
TABLE
embed(link(rows.image, "250")) AS Image
FROM "Journal/Entities/Devices"
WHERE type
SORT type DESC
Placing rows.
in front of image
should fix the problem.
Happy to help! Glad it worked out.