Here I have a range . But I have a condition let us say for example
if(value = 0 ) … I wanted to checked the add header options or if (value !=0 ) I wanted to unchecked the add headers options , how do we that ? any idea thanks
Here I have a range . But I have a condition let us say for example
if(value = 0 ) … I wanted to checked the add header options or if (value !=0 ) I wanted to unchecked the add headers options , how do we that ? any idea thanks
@RajivKumar12
one option could be to configure within an if activity the different addheader settings:
another option could be to readin without add headers and then post setting the columns names
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.