I have a flow which looks at incomng email from a specific address and creates an array of the subject heading using the Split command. I would like to the 2nd element of the array in the next step to create an calendar event.
If i just place the arrary in the next element I can see the following structure ["Text element 1","Text element 2"]
Is there a way I can get only "Text Element 2" in my next step.
Here is a screen shot of steps
Solved! Go to Solution.
Hi @Dhiran,
Please take a try with the following workaround:
@variables('TextArray')[1]
Image reference:
The flow works successfully as below:
Best regards,
Kris
Hi @Dhiran,
Please take a try with the following workaround:
@variables('TextArray')[1]
Image reference:
The flow works successfully as below:
Best regards,
Kris
Hi @v-xida-msft (Kris) that worked so thank you. The only issue was the expression would not take the "@" symbol but I could just addd the line without the "@".
worked perfectly!
Thanks,
Hasan
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
57 | |
42 | |
37 | |
33 |
User | Count |
---|---|
91 | |
73 | |
72 | |
60 | |
40 |