Legacy Dev Forum Posts

 View Only

Sign Up

Architect transfer from flow to secure flow using a collection variable

  • 1.  Architect transfer from flow to secure flow using a collection variable

    Posted 06-05-2025 19:15

    Ruud_Reinold | 2023-08-11 09:55:06 UTC | #1

    I'm trying to transfer a call with a variable collection to be transferred to a secure flow to take a payment. A variable collection is created in the calling flow named Task.combinedInvocationData and contains 13 variables I need in the Secure Flow concatenated like this: Flow.agreementID + "|" + Flow.accountID + "|" + Flow.title + "|" + etc. In the Secure Flow invocation data I then put this variable to be passed to the secure flow.

    In the Secure Flow I then try to split this back into the required variables, like I do when passing data between non-secure call flows by creating a String collection with the Flow.combinedInvocationData name and separate the stings using the *Split(Flow.InvocationData,"|")* value, however I get an error stating: "at position 20 : There is no implementation that accepts parameters of Integer and String" when I try to assign the variables. I can't find a decent description on the resource centre on how to do this. Can someone advice me please?

    Many thanks in advance Ruud


    Ruud_Reinold | 2023-08-11 11:46:08 UTC | #2

    Resolved this.

    I found out that you first need to publish and link it to the calling flow before you can actually create the variables based on the collection.


    system | 2023-09-11 11:46:44 UTC | #3

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 21476