Zum Hauptinhalt gehen

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.

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.