From version < 9.6 >
edited by gru
on 05.05.2020, 13:12
To version < 9.7
edited by gru
on 30.04.2021, 16:47
<
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +1,9 @@
1 -Actions of type //resource// allow you to retrieve data from a resolvable and reachable URL. The data will be saved as a file that can be used later by [[actions requiring a file>>Formcycle.UserInterface.MyForms.WorkflowProcessing]].
2 -
3 -{{figure image="resource_en.png"}}
1 +{{figure image="resource_en.png" clear="h1"}}
4 4  Configuration screen for actions of type //Resource//.
5 5  {{/figure}}
6 6  
5 +Actions of type //resource// allow you to retrieve data from a resolvable and reachable URL. The data will be saved as a file that can be used later by [[actions requiring a file>>Formcycle.UserInterface.MyForms.WorkflowProcessing]].
6 +
7 7  == Options ==
8 8  
9 9  ; File
... ... @@ -17,6 +17,11 @@
17 17  ; Read timeout (in seconds)
18 18  : The time limit for the data transfer. When downloading data form the URL takes longer than this limit, this action fails. Must be between 1 and 600.
19 19  
20 +== Storage options for the created files ==
21 +
22 +; Attach file to form record
23 +: If this option is selected, files created in this action will be attached to the form record. Otherwise, they are only available for other actions within the workflow processing in the same state.
24 +
20 20  == Support of repeated elements ==
21 21  
22 22  [[Variables>>Formcycle.UserInterface.Variables]] can be used as part of the resource URL. When multiple URL are specified, they will all be downloaded. In this case, an underscore and an index is added to the file name so that every file gets a unique file name.
Copyright 2000-2024