From 758a3170912b021a4ba9eb936618ad5ead7f5807 Mon Sep 17 00:00:00 2001 From: Freddy0 <72572280+Freddy-0@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:22:39 +0200 Subject: [PATCH] remove unnecessary footnote Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/advanced_usage.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index 37ca388d0..5675e7b61 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -193,8 +193,6 @@ variables: | `DOCUMENT_ORIGINAL_FILENAME` | Filename of original document | | `TASK_ID` | Task UUID used to import the document (if any) | -[^1] If there is no owner the variable returns "None" which is likely if there is no other script / flow in place that updates the owner beforehand. - The script can be in any language, A simple shell script example: ```bash title="post-consumption-example"