Hi,
So basically i have this Excel, first column is department and second column is resume downloaded.
I want to create flow when we enter the name of the department in the custom form, if exist, it will write resume downloaded in the column resume downloaded for that row.
Eg: Custom form prompt, I write SABAH STATE OFFICE, then it will read the excel, if exist, write 'resume downloaded' at the same row as the sabah state office. if not, prompt message. For now I got problem when it found the department, it will write the 'resume downloaded' not at the same row as the department name, it will write at the last row.
Thank you !
Hi @UshaJyothi20 ,
It's working! but I changed the 'Write to Excel' to the specific column since if I use the %TextList[0]+1% it will write to another column. Thanks!
Use find or replace activity to find the value which you require
I have built a flow take this as reference and try
Let me know if that works
Usha