XML Value Update

Hi All,
I want to update a specific tag value based on other tag value. Example

<Task> 
	<A>Data</A> 
	<B>BBB</B>   
</Task>

Input Data : Data
Value to be changed : CCC

So BBB needs to be changed to CCC.

Thanks

grafik

at least lets deserialize the XML to an XDocument object

getting A Value:
grafik

updating B:
grafik

the conditional can be checked e.g. within an if activity checking A value

3 Likes