While trying to customize the config.xml file according to the given PDD I couldn,t make out the following points below:
It’s a good practice to keep the values that are prone to changes in the configuration file. Open the Data\Config.xlsx workbook and switch to the Settings sheet.
1)Add settings for System1 URL and SHA1 Online URL.
2)The System1 application requires authentication; we’ll use Orchestrator Assets to store the credentials for System1. Add another setting, System1_Credential, to store the Credential name.
3) Add an Asset of the Credential type and write the username and password for System1. Make sure that the Asset name matches the value of the System1_Credential setting.
Can anyone help me understand these points and guide me as i am having issues in creating and customizing other workflows!!
I went through the explanation given and have made changes in the same.Please go through the below points and help me correct if at error in creating at any point.
Under config.xlsx file i have created the Name (in_system1Credential) and value (System1_Credential)
The different variables used and arguments created are quite confusing me in creating other workflows.
I’m not able to identify which argument is used and to use in which workflow.
In UiPath Studio, under GetAppCredentials workflow,
Hi…
I cant seem to resolve this particular issue…
under main.xaml >>while trying to filter the workitem of type WI5, we need to use the datatable.Select method…
nope only change the type fo WIList variable not your dt_Wls
Ok let me explain.
dt_Wls - is your data table which is the variable that is the output of your data scraping
WIList - this is the array of rows from your datatable above that is created after we filter based on the criteria
Thanks for the reply @nadim.warsi …
yes its part if L3 assignment1 i’m currently trying to complete…
while navigating to workitem details, i have followed the instructions in the Walkthrough…
But then why do i get the error below?..
please help me correct the below shown errors.