Branch to external URL with parameters
Hi all
i need to create a branch to an external web page and pass to it some page item value as parameters.
i create items, button and branch ( Branch Type: Branch to Page or URL ).
in the section _ Action_ of then branch i insert my URL like this http://www.site.com/page and im looking for the correct syntax t pass item value as parameters.
i try like this:
http://www.site.com/page?param1=:P1_ITEM1¶m1=:P1_ITEM2
http://www.site.com/page?param1=#P1_ITEM1#¶m1=#P1_ITEM2#
http://www.site.com/page?param1=v('P1_ITEM1')¶m1=v('P1_ITEM2')
but no one of this is working correctly
thanks and regards
ALessandro