ihave learnt how to pass app variabls to studio and created flow according to it
when i am entring values in app and running (it should show values oin message box as app is linked to studio)
first and second values are showing empty then third value able to show using message box and then for remaianing fields third value onlu repeatedly showing.
my integration is perfect
then why it is hapenning
Open your UiPath studio project and check the arguments panel and make sure each argument is created with direction as in and type as string then inn UiPath apps, open the form and go to bindings of each field and then map engagement name textbox to in_engagementname, business unit to in_businessunit, email to in_email and so on. Then save and publish the app again.
Now when you run the app and trigger the process, each value entered will be passed to the right argument and shown properly in message box.
so one observation looks like there is cross linking
in text8 rule you saved the value of text field and not text8..text8 is the control name for project..but if you see set value in rule…it sets text to project name