01-12-2023 10:18 PM
Identify the record if the entity.success = false then get the one last before record.
For example: if we have 50 records and the last record we got as false, so i want the 49 record value
What i am trying to do here is if the last record entity.success =false then capture the before record entity.nextpageToken
If entity.success =false
if entity.success=true record looks like below and we would like to get the entity.nextpagetoken
How can we achieve this in Snaplogic?
01-26-2023 10:54 PM
any inputs on this please?
01-29-2023 08:30 PM
Cant you use Head/Tail snaps for this?