How to we dynamically check/uncheck readrange add headers option?

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

  • check condition
    branch true:
  • rename generic columnnames with values from first row
    else:
  • do nothing
  • delete first row
1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.