Hi
I am trying to add a logo to my generated PDF based on the logged in user, I have a user branding table and use the following formula to input the image,
lookup([_thisrow].[orgid],“User branding”,“orgID”,“Company Logo”)
This works fine and adds the logo in the UX, the PDF also contain the image when i am viewing the app as my self but when I view as a different user, it load the image but it does not show the image in the pdf.
any assistance or guidance would appreciated, thanks in advance
There are image settings required if you want to allow images to be visible outside of the app. You need to make sure those settings are correct for your app. You may also need to share the folder that stores the images.
I hope this helps!
Hi
Thank you for your reply, I tried playing with the settings and making the folder public this did not work. The solutions if found worked is
IFS(
[orgid]=“236755”,“Image url”,
[orgid]=“456897”,“Image url”
)
to create the the image url I used https://postimages.org/