I am trying to get the distinct value from an column in an string format, I have been using it within a loop. Each time when getting the distinct value, i use to have an single value only.
Approach which i have used is finding the unique data in a datatable format and then converting it to string using output datatable activity.
I am suppose to use the final string value into SAP. Using the above process i am getting the value in string but each time i use the string value in Type into activity, it is used along with Enter hotkey.
Need suggestion on how to get the distinct value in string format, as i have an single value to find from an column.
@THIRU_NANI , Thanks for the response, I have already tried the way as i mentioned above, but not getting the exact output, as using the above process when using the output into Type into activity, The input is copied along with Enter, which i don’t want to have, Please suggest if there is any way where i can get the output directly into the string format.
Why we need to convert that in to string? if we have to enter that value to the SAP simply read the distinct values from excel then take type into and indicate it on SAP Platform and pass the variable.