(...) Hi guys, I have created a subworkflow that I would like to use to implement a signing process. I copy the required attachments from the parent workflow to this subworkflow. How do I get the changed (signed) attachments back into the parent workflow and how can I then exchange the original documents there? I think it's not too complicated, but unfortunately I don't know how to do it ;-) Or is there pe (...)
(...) n the workflow, or the diagram to select step which we want to edit. I've got an idea that in the Step Edit window, we could add list of steps (list, tree, tabs) to choose from. An example in attachments :)
(...) Hello, I'm configuring a clone feature for nested workflows, and i need to copy attachments from parent workflow to new parent, and from child elements to new children. Something like this: -Parent --Child --Child -NewParent --NewChild1 --NewChild2 It's easy to copy Parent attachments - I'm starting parent with `Start a subworkflow` action, which has `Copy attachments to subworkflow` option - (...)
(...) lit up a bigger project into smaller pieces so I can test out everything I need separately. I'm trying to add a new attachment to an instance using this API /api/data/v4.0/db/{dbid}/elements/{id}/attachments . I have 2 fields into this form: contentBASE64 and fileName. All I'm trying to do is to use these values from my fields together with the API action so I end up with an instance in a final state havi (...)
(...) There is a possibility to attach an email by dragging it manually from outlook to the attachments area. By doing so, user is asked about category, to which attachment should be added, but it's visible later only in the history, and not on the form. I suggest, that categories should be also visible on e-mail conversations tab, so when user selects it, it is not hidden.
(...) ld be great, if the context menu auf an attachment would have a function to copy the link of the attachment. Another cool feature in the rich text editor would be to add a link using the existing attachments . Best regards, Daniel
(...) hi there, kindly i need help how to resubmit already archived instance again to start (with same inputs and attachments ) on monthly basis? i 'm thinking of cyclical action but struggled to configure the action please advice
(...) in Webcon? I'm following the topics: https://community.webcon.com/posts/post/integration-with-aad-using-rest-invoke-method-and-microsoft-graph/117/18 https://community.webcon.com/posts/post/adding-attachments -to-onedrive/183/4 https://community.webcon.com/posts/post/working-with-onedrive-files/341/18 But this is explaining on how to configure using MS Graph and Rest API. However, in the connections ar (...)
(...) far, only upload and download) and they would like to also be able to delete some of the already uploaded documents. There is a main folder for each contract and there are a couple of subfolders for attachments , depending on when they where added. As far as i understand, i will need to use the action 'Delete a list element'. I see that i can either give it an ID or use a CAML query (first time user here; (...)
(...) Hello everyone, I have an issue where the meta-information (creator and date) of attachments are no longer being displayed. In the HTML, they are present but the CSS class is set to "display:none" (see image attached). Where can I change this setting or how can I display the meta-information again? This has been the case since the update to version 2023.1.2.123. Thanks in advance. Martin
(...) enario: On the only path from the Start button i have an automation that starts a subworkflow and then saves the subworkflow ID to a technical field. (Or at least I think that it should do that, see attachments ). Then in the mainform Workflow I have a step that is waiting for the Subworkflow and there a Tab that should get the status. For that I created a Data table and put the technical field as the filt (...)
(...) I try to add attachments from other flow using standard Action add attachment ... in theory is working: https://community.webcon.com/posts/post/the-add-attachment-action/156/18 or https://docs.webcon.com/docs/2023R3/Studio/Action/attachments /Action_AddAttachment but not in my case :/ and I don't know why ... "Wystąpił błąd wykonania akcji Dodaj załącznik na przycisk w menu. Błąd wykonania akcji (...)
(...) n.com/forum/thread/3240 [quote="Daniel"] you using the function would be one option. Other are: - Set the local parameter using an SQL command - Use the for each function to iterate through the attachments - Use the for each function in combination with a data source - Use the for each function in combination with "any collection Since there are numerous ways where the attachment id could come fro (...)
(...) Administrators can configure the allowed types of attachments globally. However, there are situations, where we like to only allow certain content types, e.g. pdf's, that are a subset of the globally allowed attachments . Currently, the only way to restrict is the usage of validation rules. For usability reasons, it would be much better, to be able to restrict the allowed document types. With a litt (...)
(...) Hello all, Does anyone have access to the document mentioned here for the digital signature: https://community.webcon.com/posts/post/attachments -in-webcon-bps/367/22 Thank you
(...) e property "used" - on automation is not showing where on path is used ... - if is deleted it show connection but there is no "link by click" to jump to Automation / form automation to path see attachments ...
(...) I created process where I have got: 1. Parent process with Item list: a) description b) attachment 2. I start child process a) copy data + copy attachments b) i would like to populate the same in child item list with records correlated with coped attachments ... I did SQL source: [code="SQL"] SELECT e.DET_ID as 'ID wiersza dziecka', e.DET_WFDID as 'ID Elementu Detalu dziecka', (...)
(...) Hello, I have a weird situation, I gave the user access to application and then to the process for access all instances and attachments . If I use the impersonation option, I can see the application, I can access it as well as reports. When I open any instance I can only see all info but no edit option. The purpose is not to manually access instances from this process, but to search for them using the g (...)
(...) Hello, I have a question regarding attachments . Is there a way to remove the "[None]" option and see only the categories from the selected datasource? Thank you for your help!
(...) Hello, I have noticed that some attachments for some apps are stored in [BPS_Content].[dbo].[WFAttachmentFiles] and some in [BPS_Content_Att].[dbo].[WFAttachmentFiles]. I am not sure what the cause might be, but I have observed that the attachments in [BPS_Content].[dbo].[WFAttachmentFiles] belong to older applications. Is it okay for it to be like this? Thanks.