In Form there is upload file control to receive files.
And I want to show it on Task form so assignee can download file by clicking it, like at the Form view on My Nintex.
I can get filename by Query JSON but I couldn’t get url to download file.
I can use file attachment on email, but I want to keep it compact so Assignee can view it in one form.
Going through component workflow to get download url is another option, but it use another workflow. I want to keep it as plan B.
Is there a way to get download link or other method to reference uploaded files in Task form?