Page 1 of 1

Change Xml values

Posted: Sun Apr 17, 2016 12:04 pm
by sodslaw
In an xml how would I go about reversing the width and height values within a flow in switch?

I take I would need a script of some sort to achieve this?

Any takers to show me how I could incorporate into a flow in switch would be much appreciated

Cheers
Sod

Re: Change Xml values

Posted: Mon Apr 18, 2016 3:13 am
by gabrielp
sodslaw wrote:In an xml how would I go about reversing the width and height values within a flow in switch?
Why do you need to reverse the values?

There are several solutions to this, depending on what you want to do:
- If the dataset is writable, you could overwrite the dataset values
- Write the values to private data (if you can't script, use metatagger in appstore), then just overwrite them in private data as needed
- Route your flow logic so you don't need to overwrite values

Re: Change Xml values

Posted: Tue Apr 19, 2016 1:09 am
by sodslaw
Thanks for your help - will look into your suggestions

Sod

Re: Change Xml values

Posted: Tue Apr 19, 2016 2:16 am
by gabrielp
sodslaw wrote:Thanks for your help - will look into your suggestions
No problem. If you get stuck and can be more specific, I can give you a more specific answer. Good luck 8-)