French : Issue with Retrieving Variables After Wor...
# support
n
Hello, I’m encountering an issue with retrieving variables collected in previous workflow steps. In the final step, I need to gather the information from each variable collected earlier and pass them into a make function. I can add inputs using the insert_variable field, and for example: {{step_3_firstname.output.firstname}}. However, the variable is not being interpreted correctly. Instead of resolving to its value, I get the string {{step_3_firstname.output.firstname}} https://cdn.discordapp.com/attachments/1310608350911664259/1310608351167774761/Capture_decran_2024-11-25_150757.png?ex=6745d6a4&is=67448524&hm=aec71a45d39ae793be217791f34c94cf372c86f3f0eb81925fe571e89eb8bb48&
v
@Noah Hello! It sounds like you're trying to use the variables collected in previous steps of your workflow correctly, but they're not being parsed as expected. To assist you better, could you please provide me with more details about the workflow system you are using? This will help me understand if there's a specific syntax or method required to reference variables in your environment.
You can continue this conversation by mentioning me in the message.
n
The goal is to authenticate a user in four steps. Step 1: Communication The first block communicates the process to the user and waits for confirmation to proceed. Step 2: Collect the Reference The third step focuses on retrieving the reference. The output from this step is ReferenceSinistre of type String. Step 3: Collect the Last Name The third step focuses on retrieving the user's last name. The output from this step is Nom of type String. Step 4: Collect the First Name The final step is to retrieve the user's first name. The output from this step is Prenom of type String. @User
s
@Noah allow me some time, checking with team.
4 Views