hi after researching i think there is a bug
i create this and send it with axios
const payload = {
name: workflow.profName,
email: workflow.profEmail,
phone: workflow.profPhone,
choice: workflow.serviceLookingFor,
info: workflow.profInfo
}
const response = await axios.post(url, payload);
but when i update this to 2 others formats it will keep sending some cache used name:
name: 'test',
name: workflow.profName.first+ ' '+name: workflow.profName.last,
it keeps sending an object with an old name.. thats impossible because i create a hardoced example and a joined string