What did you try and what happened?
Hi,
I have tried with replacing the data values and got the KEY01, KEY02, etc. hard coded to the link generated.
Therefore, would replacing with &KEY01, .., &KEY04 work?
Thank you
Why not try and check the resulting URL?
Hi @Mathias Dahl ,
We have changed the URL with &KEY01, &KEY02, etc. But we still get an error.
DocumentRevision/Form (server error)
An internal server error occurred. Contact administrator.
Error details: {"code":"SYNTAX","message":"The URI is malformed."}]
Could you please help us on this if you know why this happens?
Thank you
Here is an example how i concat a url in a sql action
'/main/ifsapplications/web/page/DocumentRevision/Form;$filter=DocClass%20eq%20''' || doc_class_ || '''%20and%20DocNo%20eq%20'''
|| doc_no_ || '''%20and%20DocSheet%20eq%20''' || doc_sheet_ || '''%20and%20DocRev%20eq%20''' || doc_rev_ ||'''"' ;.