Display image of other app in calculation field
Hi all,
I have 2 app (not relationship):
Image app:
Item 1: image field: image 1
Item 2: image field: image 2
Work app:
Calculation field
How can i display image 1 and image 2 of Image App in calculation field of WorkApp?
Ex: get image URL
Note: Work app and Image app: not relationship
Thank you
-
Not possible directly, you need a workaround with Globiflow.
Create a single line text field in the app where the image field is in. Then a flow:
When image field updated add the Image Public URL to the text field.
That text field you can reference in the calculation field:""
or
" + ")".Rainer
-
you can try:
"[](" + @files image link + ")"
Please sign in to leave a comment.
Comments
3 comments