Skip to main content

How do I show an attachment in a workflow 5 form? I am able to query the attachment infos to get the attachment id, but the URL to the attachment requires a token.

Comments

1 comment

  • Berend Veldkamp

    You can get the token from the layer object. Use the Get Layer activity and get the token from it:

    =$layer1.layer.credential.token

     

    If you use the Web Request activity, you might just need to set the Channel Name property to arcgis. I haven't tried this myself on an attachment though.

    0

Please sign in to leave a comment.