Problem with write cell activity(defining range)

Hello.
I have problem with defining range inside write cell activity

Does anyone know how to fix it?

Hey!

could you please show me the data which is assigned to indexKolone?

Regards,
NaNi

indexKolone has a value 13

Hi!

could you please show me the excel where you wants to write this value?

if you wants to write this value at A13 cell use directly as A13.

If you wants to increment the values. Try like this

  1. Assign → Counter=13 where counter is int32 variable

  2. Write cell Range-> “A”+(Counter+1).ToString

  3. Assign-> Counter=Counter+1

Regards,
NaNi

I tryed both solutions, but when trying to set fixed value (that is actually what I need to do) error is the same

can you please share your code.?

@Olivera_Kalinic

Write as below

image

As you are using the modern activity

Hope this will help you

Thanks

Hi!

Have a view on this video

Regards,
NaNi

It works, thank you.

1 Like

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