How can I apply row-wise color coding in an Edit Grid in UiPath Apps based on column values

Question 1 : I want to apply color on rows based on column values. for instance: if status = successful , row color = Green if status = failed row color = Red

Question : I have a file-type field in my entity, and I’m using the entity as a data source in an Edit Grid. I want to upload a file on run time from app in a column for all rows to allow attachments. How can I achieve this?

Thanks in Advance

@deepakchawla

I dont think with current capabilities this is possible

Even this is not directly supported..istead you can give a edit button at the botton and on select of row and clicking edit open edit page and there you can have the file picker and load the info to the corresponding record in data service

cheers