I want to pass variable in “Overwrite Starting in Column property” instead of static numbers.
Hi @pooja_shastri
Welcome to UiPath community
Store the value in separate variable and pass it inside the property
Create variables of type int32 and use them instead of numbers and pass the numbers as inputs to those variables
Hope this helps
Cheers
Is the variable of type int32 or is it an object?
Try selecting the field and click ctrl+k so that it would create a variable of required type
Cheers
Hi @pooja_shastri ,
Please find the attached snap, and follow.
Step1:- Create variable
Step2:- Go to variables and change variable type as integer, then it will works as expected.
Regards,
Pavan Kumar.
@pavan_kumar5 This is not working too.
So I just happened to check the properties and it does not support any variables to be pssed…instead we have to pass a integer value directly…
If you want to variablize that then you can use a switch case statement with different values that you need for them…but yes it is exhaustive to create a switch as such
Cheers