Add two columns from one sheet to another

I have that setup, now what?

@sparkplug93

1 Like

Using the convert.tostring can my input for column number not be integeter

@sparkplug93,

Yes, that should not be a string.
If you are using this ConvertToLetter.xaml, then pass as shown in the image.

It’s not letting me change my direction in cellname to out

How can I do this without using invoke workflow? I have it built as one big one

@sparkplug93,

Copy the contents from the xaml and include it in your workflow itself.

Will it cause a cyclical error? Also, I’m not able to pass newrange as an out input

@sparkplug93,

No error will occur, newRange should be a string type

I got an error that it could not find the process, do i need to include the full folder location

@sparkplug93,

Could you please share the workflow screenshot how you are implementing it.
With the variable section.

TestWorkflow.xaml (11.2 KB)

See above

WorkFlow%20Errors

These are the errors I get

@sparkplug93,

Check this zip file for the updated files,

WriteRange.zip (4.4 KB)

Hello,

It is writing over one column when running through it

@sparkplug93,

Check with this one,

WriteRange.zip (4.3 KB)