ContributionsMost RecentMost LikesSolutionsHTTP client **Task :**We have n number of records in the below URL, we have to pull all the records. For each request there should be limit of 10 records for testing. How to use Pagination for this Task, Note: In my client URL there is no offset, start or limit. For Example: First request 0-10 Second request 11-20 It should take dynamically the next 10 records for each request and send for testing. Please help me on this task and how to use pagination concept. Thanks in advance !! @ddellsperger @dmiller Re: Pipeline expression building Thank you @AleksandarAngelevski for your reply This is not working in realtime like i have created trigger task for my pipeline so whenever i hit from postman to the pipeline it should generate new Product id in database. So iam confused how to solve can you please help me on this Re: Pipeline expression building @Dheeraj I have a 10 rows in Database with field name ‘Product_ID’ so in pipeline after getting the field i have to take last number like in ‘P-00010’ i have to take ‘0’ and increment by 1 in pipeline and update back to the database like ‘P-00011’ . Hope you got my point, Please give me solution Re: Pipeline expression building Like every time trigger the task then should generate the sequence and update the Product_ID Re: Pipeline expression building Thank you so much @Dheeraj I have a doubt here like how do we get each time a new sequence should i check with execute or validate Re: Pipeline expression building @darshthakkar @alchemiz Can anyone please help on this Pipeline expression building Hi In Database i have field called “Product_ID” i need to update the field with ‘P-00001’ when i execute the first time and Second time when i execute the field should be updated with ‘P-00002’ please give me an solution how to implement using which snap. Thanks in Advance !! Re: My sql execute snap Thank you so much @alchemiz I removed semicolon ; in the my sql execute snap then the query is working fine now. @darshthakkar Thank you for the support, Now query is working fine Re: My sql execute snap Thank you for reply @smudassir I tried with this scenario also but still it is throwing error Re: My sql execute snap @alchemiz @darshthakkar One thing i faced with all the tries is it is showing common error “Batch operation failed” i still dont know why this error is throwing, So i have used Pipeline execute snap and updating the record in child pipeline then it is working fine. Iam thinking the problem is with Batch operation Previously i tried with single record it worked fine. You guys know why this error throwing Or the Mysql execute snap does not support batch operation iam confused