Need help with Level 3 - Assignment 1 - Client Security Hash
I have completed all activities till page 9. Now the problem starts.
I am able to successfully extract data from online work items, but stuck with passing ExtractedDataTable as argument to other workflow.
Inside Main > Init State > How do I assign extracted data table to new data table WI5 to store required WI5 entries.
I am confused with arguments, please assist. Complete REF attached.
ClientSecurityHash.zip (516.1 KB)
Please look at how the arguments are used in the below link -
Due to the nature of arguments, you are going to use them a lot in relation with the Invoke Workflow File and Launch Workflow Interactive activities. They can be found in the Activities panel, under Workflow > Invoke and they enable you to browse...
Download the samples and check it out.
And to get only WI5 entries into DataTable
newDataTable = ExtractedDataTable.Select("Type='WI5' AND Status='Open'").CopyToDataTable
Or use filter data table activity to achieve the same.
Regards,
Karthik Byggari
1 Like
lakshman
(Ganta lakshman)
March 21, 2019, 8:58am
3
@yusufht ,
please find the attached workflow.
ClientSecurityHash.zip (514.5 KB)
In ExtractedDataTable - my output is dt_Wls argument of type Data Table.
Now, in INIT State I am unable to access dt_Wls data table (extracted data table) - what is the reason? (Screenshot attached)
Hi, I am still getting errors in InitAllApplications workflow in the program files you have sent.
Also - same as before, am unable to open browser directly using values in config file.
ClientSecurityHash.zip (517.7 KB)
lakshman
(Ganta lakshman)
March 21, 2019, 4:44pm
6
@yusufht ,
This is not my file. I will send file personally. Don’t share full workflow file here and send personally to anyone.
Thanks for understanding.
Ok will take care, thanks.