Hello. I have this simple scenario like this:
Task/Form A: Upload a File, Choose a User
Task/Form B: Display said file and user.
Now, if I use 'Display Value' on Form B, it would instead give out JSON string on the values. What I want is for them to display the user and the file name, and in case of file, it will be available for download.
I understand that I can simply use 'Upload File' or 'User' option when designing the form, but I felt like they can be abused, that in the next task/form, the value can be changed. I want to make things similar like that, but only allows download for file, otherwise, it cannot be changed or deleted. How do I do that?
Thanks.