Validate values of Find children

I have fetched values using Find children from one flow. Using get text
I have to fetch the names from other flow and validate both of the values.

@BHUSHAN_NAGAONKAR1

use for each and pass the output of find children activity

Inside for each activity use get attribute activity to get the text for each element.

For get text activity pass the currentitem in the properties of get attribute in the field of element

I have got the values in same manner from A flow as well as B flow
As shown above, I need to validate the values with A and B.
They might differ. Some times there will be 3/4/5.

I want to validate those values, is it possible to do that.

Regards.

@BHUSHAN_NAGAONKAR1

Do you want to compare both the values from A and B.

add all the items to an array variables.

Use append item to collection activity below to get attribute and add all the text values.

Later we can compare

Ohk, thanks I will try and let you know.

1 Like

@Shiva_Nikhil can you share a flow for this.

@BHUSHAN_NAGAONKAR1

Use this activity after get text activity

1 Like

Thanks. This worked. Thankyou for your prompt response.

1 Like

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