KumologicaHQ / kumologica-support

3 stars 0 forks source link

Consistent way for accessing xpath #20

Open sharmmoh1983 opened 3 years ago

sharmmoh1983 commented 3 years ago

There are more than one way to traverse xpath of a message or variable based on the node . It would be a better user experience to have one or a consistent way to do the traversal.

bjq-dev commented 3 years ago

Could you provide more details?

sharmmoh1983 commented 3 years ago

So if we want access vars or message payload we have different ways to traverse in different node:

Data Mapper : $.vars.somevariable JS Function : $vars.get("some variable") Set Variable : Pre populated drop down Generic node : vars.somevariable

jteso commented 3 years ago

Hi,

Thanks for your feedback.