Inserting image URL dynamically

I’m trying to insert a barcode using metfloor API as an Image object.
To do so, I was trying to dynamically insert the ‘text’ parameter by referencing the column name to it:

https://bwipjs-api.metafloor.com/?bcid=code128&text={Qty ready (to bill)}

Instead of picking the number present in that row, it just literally picks {Qty ready (to bill)}, and the API produces the wrong code128. Is there a way to automate this so every time a new record is created, the image object’s URL should pick the called value and the correct image gets attached to that record?

You can try using a Python script to generate the URL and read the image object and then write it to the image column.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.