Strange error using document() No matter the context, I receive the s

Certified Lead Developer
Strange error using document()

No matter the context, I receive the same error "Invalid function document".

I've tried fn!document. Stranger still the look ahead search finds document() in the interface editor, and the help info displays at the bottom of the interface editor.

OriginalPostID-183210

OriginalPostID-183210

  Discussion posts and replies are publicly visible

Parents
  • @charlesa If you aren't sure about the existence of a document with the id you are making use of in document() function, I would like to suggest to check the existence of the document by using the function 'isObjectExists' in the plugin 'Check Object Existence' at https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5yEbVIpfCClvjR5GoJdMd04FtoBxG_rztQ/view/summary.

    If you are sure that the document id is valid, then I would like to suggest to inspect the logs for finding out the root cause for the failure of document function. I hope this wouldn't be a case.
Reply
  • @charlesa If you aren't sure about the existence of a document with the id you are making use of in document() function, I would like to suggest to check the existence of the document by using the function 'isObjectExists' in the plugin 'Check Object Existence' at https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5yEbVIpfCClvjR5GoJdMd04FtoBxG_rztQ/view/summary.

    If you are sure that the document id is valid, then I would like to suggest to inspect the logs for finding out the root cause for the failure of document function. I hope this wouldn't be a case.
Children
No Data