I want to achieve as below: document as - XML file contains list of u

I want to achieve as below:

document as - XML file contains list of user node where each user node contains number of element describing user information.

Now, I want to fetch the user node block (all child nodes) match to appian login id and user node's login id child node.

Can any one share me which Appian activity or service would i have to use and how to achieve this.

Thank you...

OriginalPostID-83335

OriginalPostID-83335

  Discussion posts and replies are publicly visible

Parents
  • Hi , Now i able to get result. Many thanks for your efforts to both of you.
    Now, when i do query as below:
    xpathdocument(cons!AdjusterSignatureXMLFile,"/APPUSERS/APPUSER[APPAINID='dhaval.soni']") then i get result in particular scenarios only.

    Example,
    My process model is as below:

    START >> user input task (out put variable set the XML extracted value to process variable) >> user input task >> END
    Now, when i debug - "view form and submit first user input task" then i can't get updated process variable value extracted from XML.
    But, again do "start instance" in same debug window and follow by submit first user input form then after, i can find process variable updated with correct fetched value from XML.
    Can you please suggest me what is wrong here ?
    it works fine if i just write the query as //APPAINID but when write specific as above then it works in second start of instance and not in first instance.
    Please let me know in case of any descp require.
    (Apologies i can't export and share it )

    thanks
    dhaval
Reply
  • Hi , Now i able to get result. Many thanks for your efforts to both of you.
    Now, when i do query as below:
    xpathdocument(cons!AdjusterSignatureXMLFile,"/APPUSERS/APPUSER[APPAINID='dhaval.soni']") then i get result in particular scenarios only.

    Example,
    My process model is as below:

    START >> user input task (out put variable set the XML extracted value to process variable) >> user input task >> END
    Now, when i debug - "view form and submit first user input task" then i can't get updated process variable value extracted from XML.
    But, again do "start instance" in same debug window and follow by submit first user input form then after, i can find process variable updated with correct fetched value from XML.
    Can you please suggest me what is wrong here ?
    it works fine if i just write the query as //APPAINID but when write specific as above then it works in second start of instance and not in first instance.
    Please let me know in case of any descp require.
    (Apologies i can't export and share it )

    thanks
    dhaval
Children
No Data