I’m doing a practical activity of the certification of RPA developers. This is the statement:
We have a list of expenses (rent, food, utilities, leisure, savings) for which card payments were made. We have discovered that some transactions are missing, as they were done in cash. Prepare a workflow to bring all the expenses in a single file and calculate the percentages for each expense made.
I can’t quite understand the solution they propose to me. Also, the step guide doesn’t match the UiPath file that contains the solution. Also I don’t understand why it gives me an error in the last step:
Main.xaml: Compiler error (s) encountered processing expression “Index”. ‘System.Data.Index’ is not accessible in this context because it is ‘Friend’.
However in the solution, file it runs correctly. Does anyone know where to take this?