• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Need to understand if such complex workflow can be handled using pabbly.

I want to complete the following workflow:

1. User Enters data in a form
2. I have a API which gives a list of values in array
3. I want to match 1 value which the user enters in form along with all the values in array and the value which matches.
4. The ID of the value which is matched in array with the form value, using that id
5. A specific spreadsheet cell needs to be updated with that ID.

Can this be done?
 

Fagun Shah

Well-known member
Yes, it should be possible.

You can capture data from the using pabbly webhook(trigger)

Then pass some of that data to your API using API module of pabbly connect.

Then to go through array of all your values use iterator and for comparison use filter.

Then to update a particular cell value use GSheet's Update Cell Value action.
 
Yes, it should be possible.

You can capture data from the using pabbly webhook(trigger)

Then pass some of that data to your API using API module of pabbly connect.

Then to go through array of all your values use iterator and for comparison use filter.

Then to update a particular cell value use GSheet's Update Cell Value action.
2 followup queries regarding the same exercise.
1. While testing will the filter only use the 1st row value in pabbly workflow
2. How can we get the row number of the cell using update cell value function in pabbly.
 
Can you please check in stage 6, I am getting an error, and hence taken 2 snapshots so that the error is corrected. Can you let me know if I am passing the data correctly. The column in which the data is to be inserted is Column'O' and row number is taken from Vlookup stage
 

Attachments

  • 1.PNG
    1.PNG
    49.5 KB · Views: 60
  • 2.png
    2.png
    35.3 KB · Views: 59
Also in the task history, during the time of filter stage i am getting the tasks executed as:

1620974030416.png


wanted to know if its ok or is there any other way to get a specific data from iterator?
 
Top