Can you update a field of a transaction in the queue? Like for eg: Can you by any chance do in_transItem.specificContent('Status').toString = "Updated"?
@MukeshKala2 жыл бұрын
NO - you cannot as per my knowledge as the Transaction is already created . However I would say - Try with an assign activity and see what happens.
@snehaabc79862 жыл бұрын
@@MukeshKala Thank you for the apt replies
@tushar80042 жыл бұрын
Where and which type of automations we can use continue on error in real time scenarios
@MukeshKala2 жыл бұрын
When let’s say there is a pop up which comes sometimes and sometimes it does not appear So I can write automation specifying continue on error to true …. If pop up comes … do the actions … otherwise continue on error
@tushar80042 жыл бұрын
@@MukeshKala Yes right thank you it's very helpful 🙂
@nehasharma85462 жыл бұрын
Question from a interview: If data from 1000 rows of excel is copied to another file, it works well for initial rows but for latter data, it is taking more time. How we can pick the point and the reason for that time lag. Please answer
@MukeshKala2 жыл бұрын
1. We would start the automation in the debug mode and try yo analyze the data. 2.Manually break the Data into chunks say 250 each and Read those. 3. Validate which chunk is having issue. 4. Get to the problem point - whether its the source Excel or the Destination Excel 5. Once we have the problem clear- we can work on solution