How can I access a records full payload ?
By using either the Tape Developer API or, which is much easier, using the Tape API SDK built directly into the Execute Script function. Please see below screenshot. This is how you could fetch the entire payload of a record for your own purposes.
Please note that the record is contained within the βdataβ parameter. My console.log is not necessary, just for information purposes on how you can test this yourself. In a real world scenario, you could just immediately start to use the recordβs data for your own purposes.
2 Likes
Thanks Andrew - very useful.
1 Like