I've never tried using the UI for Salesforce, but I've heard it is quite a nightmare to spy. I swear by the API as it's lightning fast (and maybe because I had quite a bit to do with creating it....)
I would challenge the constraint to not use the AP...
Glad you got it sorted!I'll see if I can get anything done to improve those codes.------------------------------Sam Stone CoE Build LeadBlue Prism------------------------------
Hi Prasad,
Have you heard back from the support team on this one yet? They should be able to get this resolved for you.
Kind regards,------------------------------Sam Stone CoE Build LeadBlue Prism------------------------------
Hi Bernadette,
Are you able to share a screenshot of what this looks like for you?
Kind regards,------------------------------Sam Stone CoE Build LeadBlue Prism------------------------------
Hi James,I've had a quick play around with the existing Utility - Collection Manipulation and have modified the Remove Null Rows action to do what I think you are after. Here's the code:
'Set local variables
dim iRow as integer
dim count as integer
d...