I have a flow, where I extract the data and store it. I need it to enter my IF if the extracted table is blank/null.
I have already carried out several tests but without success. I did some tests monitoring whether the table was being extracted (I tested using output datatable text) and it is extracted. And even though I have the if and the condition configured for the DataExtract =0 case, it does not enter my if.
Can you help me please? I’m building something for my work.
@Rodrigo_Habitat Hi
Can you add a breakpoint in the If activity, then on the ‘watch’ or ‘immediate’ panel verify ‘ExtractDataTable.Rows.Count’; if you are getting a result >0 it means there’re rows in the data table
Sometimes, there could be 2 variables created under different scope; verified if there’re not variables under the same name
OMG, very good Anil! Successful aplicattion, i’m for one verification a condition the variable “num_linha” using Assing for storage quantity row Data Extract, case “num_linha” = 0, continue for registrate product, else continue for update.