How to retrieve a specific string varible from a list made of string?

0
Hi, I want to know how to retrieve a specific string varible from a list made of string? I have such an entity: and I have such an overview page:then how can I use the secong name “b” as a string parameter in a microflow? Is using XPath a solution? (I’m still learning how to use XPath) Thanks!
asked
1 answers
1

Hi,

You can use a retrieve function as following if you want only to specifically choose string “b”. 

I also advise you to look at the best practices for the naming conventions. Normally, you should refrain from using underscores in the entity and attribute names. To read about the best practices you can look at this link.

Good luck!

answered