I’m facing some difficulties using excel filter, because the filter does not retrieve data (which is ok because I could have scenarios without results), but the idea is to append that result in another sheet and the bot is taking all the data without checking the filter applied (bot should not append if there is not results to append).
For example I have these two tabs
append sheet has this data
data_to_append has this other data
When I apply the filter to remove N/A from the data, the sheet looks like this
But when the append action is call it pastes the whole data into the data_to_append sheet.
Have any of you seem this issue?
I tried using a last row function to add an if validation but is retrieving 2(not really sure why).
I’m a bit familiar with Studio, but currently I’m developing this on Studio X, do you know how to replicate this with available activities on Studio X?
Thanks, but in thread they keep explaining how to create the functionality using Studio and all the activities in it, nothing related to Studio X activities.
I tried to check Excel activities documentation, but I could not find nothing related to this issue that I mentioned.