Комментарии:
Thankyou so much !
ОтветитьVery Informativevideo on REframework with excel..use this condition for all columns
IsNumeric(in_TransactionItem("Cash In")) And IsNumeric(in_TransactionItem("On US Check")) And IsNumeric(in_TransactionItem("Not On US Check"))= true
Super ! very helpful
ОтветитьHi Manish, Thankyou for the video. Can u do a video on that where if bot got stopped in the middle and again if we run it should take the next transaction item from where it got stoped earlier. Thankyou
ОтветитьHello sir
One doubt I have is ..from where did you get the uidemo application?
can You Send Sample uidemo Form for download
ОтветитьHello great tutorial for reframework 🙂. Just currious cause im dealing with multiple sheets. does that mean i need to declare another applicationdata and transactionitem datarow and datatable if i will have to look up for value from one datatable to another? This is am confused of
ОтветитьHere I got a doubt. While updating in excel you have used write cell in workbook activities.
Data is been processed and updating action is also processing but why we didn't get any error. If we use Excel activities we will not get any error.
Thankyou for your knowledge🤝🤝
Ответитьhi brother, i am trying to follow the same steps but got many errors. it will really help full if you share the project with me so i can compare it with mine.
ОтветитьThank you very much. Well explained everything.
ОтветитьType into activity is not selecting the right path it selecting the entire application can I know the solution
ОтветитьWhere is Out_Transactionitem value assigned
ОтветитьHow to do this using queue
ОтветитьThank you
ОтветитьFrom where u r pasting that data from where can i get it to do the same project for practice?
Ответитьif you are facing issue in the If condition for IsNumeric(in_TransactionItem("CashIn")) then please use below condition
(in_TransactionItem(“CashIn”).ToString).IsNumeric
getAppCredential.xaml file is missing
ОтветитьHi Team, thanks alot for the video it is very helpful.
Just wanna highlight one thing, I did not get where you are filling the transaction item from transaction data
Like in the else part you ar setting it to nothing but in the Then part the TransactionItem should be populated with the transaction data row.
can I get the excel file
ОтветитьThank you bro. I have done one by reference this. I think this is amazing explanation. my question is --- (in_TransactionItem(“CashIn”).ToString).IsNumeric or (in_TransactionItem(“OnUsCheck”).ToString).IsNumeric and which you have used like IsNumeric(in_TransactionItem("CashIn")) though code is not working? It showing the error when used yours code.error like-- ......... explicit instance of a class. Please resolve the issue
ОтветитьHi,
i'm getting error when i enter"Isnumeric(in_transcationitem("Cashin"). error : "cannot refer to instance of class"
Very well explained project. It worked for me. Thanks a ton!
ОтветитьThank you ! Detailed explanation.
ОтветитьGreat efforts you kept in it.
Have a doubt, any how we are not using Queues. So we can design the project in flowchart, instead of RE framework. Is it applicable ?
Can U please share the excell file used for app uidemo
ОтветитьHi Manish, can you provide this XML file?
Ответитьthank you so much sir
ОтветитьHintli reis allah razı olsun çok yardımcı oldun, eyvallah
ОтветитьGreat Effort. in this case i want to use both queue & excel. I mean to say that i will take input from excel, add them to queue & and update both excel & Queue item. if possible upload a video or share xaml file for this. Thank You.
ОтветитьHello manish Ji, thanks much for this fabulous tutorial. I was trying to extract data from UIDemo app to excel but its not working. I sent you the workflow file in your mailbox. Please check and revert (if possible). Thanks in advance !!
Ответитьexcellent
ОтветитьHi manish hope you fine appreciate to make this awosome video but most of the people facing compile error while applying "IsNumeric.in_transectionitem.spacificcontent("cashIn"))" condition please give us solution for it😊
ОтветитьHey Manish,
If I want to send only the first 10 rows out of 30 rows to process the transaction state, what should be the condition in Get Transaction State?
Hi Thanks for video , i have followed same steps but im getting error where you are assigning the data to TransactionItem (Assign TransactionField1: Object reference not set to an instance of an object.)
Ответитьexcellent tutorial, thanks alot mate
ОтветитьGetAppCredentaials. is missing from frameworks in new version. WHat action need to take now.
ОтветитьThanks for explaining so perfectly. Can you please share UIDemo.exe file also to apply in the program.
Ответитьwhen I use is a numeric function its showing error :- ( compiler error(S) encountered processing expression " IsNumeric(in_TransactionItem("CashIn")) ". cannot refer to an instance member initializer without an explicit instance of the class
ОтветитьHi... I got Error - Object reference not set to an instance of an object in Process state. can u pls explain
Ответитьthnks so much you are great
Ответитьwhen I use is a numeric function its showing error :- ( compiler error(S) encountered processing expression " IsNumeric(in_TransactionItem("CashIn")) ". cannot refer to an instance member initializer without an explicit instance of the class
ОтветитьHow to get specif data from Orchestrator in REFramewok in Process Transaction Activity. I mean which Variable hold this data, so that I can use it in below format : in_TransactionItem.SpecificContent(“ColumnNameFromOrchestrator”).ToString
Ответитьif
(
IsNumeric(in_TransactionItem.SpecificContent("CashIn"))
)
compiler error
help me
Really appreciated to your work, Could you provide the same project files along with sample excel sheets if possible . it would helpful.
Ответитьbusiness exception error--IsNumeric(in_transactionItem("Cash In").ToString)
it show error compile error. how can i resolve
We change UiPath.Core.QueueItem to System.Data.DataRow because we are not using orchastator , we are using from Excel.
Can we also use System.Data.DataTable replacing UiPath.Core.QueueItem?