Derivative Function to extract image URL issue #1250
Answered
by
rodgetech
Ken-JIAnomads
asked this question in
Support / Q&A
-
I followed the Rowy Documentation and script. I named column WorkURL (key: workUrl) From the Cloud Logs there appears to be an Type Error somewhere? Help appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
rodgetech
May 9, 2023
Replies: 1 comment 1 reply
-
I think this is what you want: let url = row.workTypeImage[0].downloadURL Assuming the key of your WorkTypeImage column is workTypeImage. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Ken-JIAnomads
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this is what you want:
Assuming the key of your WorkTypeImage column is workTypeImage.