HI,
i am sending user details infopath form to user outlook via running a c# schduler (sending to all users one by one) . while running schduler , every time i am updating xml base on current running user details after that i need to fetch that user details dynamically from xml to infopath and need to send that form to users using same scheudler .
for that above task , i created a secondary dataconnection to xml and getting xml data to infopath but base on xml upadtion the infopath form not updating it all ways sending same data which is there in xml when first time creating database connection.