I would like to create a workflow to enter in all the Opptys No (orders) into the Salesforce search bar.
So currently there are 4 Opptys no (orders) in the data table. I have input Write Line activity to monitor the output and it is printing the 4 Opptys no.
However, when i looked over at my browse, somehow only one Oppty no is being input into the Salesforce search bar.
Else if you want them inputted one after only using loop then check your type into activity and unckeck empty fields/Select none which will append to already existing value
Do you need type Opptys No one by one? or do you need to enter everything all together?
If one by one, can you debug the process and check in immediate panel whether the values are fetching in the for each loop. Also make sure your datatable is having the entire datatable values.
Hi @Rahul_Unnikrishnan , i need the Oppty no to enter in one by one. I have a Write Line activity to throw all the Oppty no in the data table and it is working fine. Currently, i think the problem is at Type Into Activity…
I see that…now…in type into you would have given selector of first field you need to type into…but for it to work with tab and all…give a click activity outside your loop and inside give type into to window so that it types into next fields if all fields are on same page
I see that your selector is a button. You cannot clear the search bar usign button. Try identifying correct selector which is either a span div or input field or anything. Else if you are getting search field as button only then first perform a click activity to click and then have type into with only window and donot give activate or anything.
I see the selector is wrong for what you are trying