https://discord.gg/botpress logo
``` const rows = await PeopleTable.findRecords({})...
# 🌎general
r
Copy code
const rows = await PeopleTable.findRecords({})
const record = rows.find(x => x.Name == "Jean-Bernard")
workflow.email = record.Metadata.email
16 Views