Hey guys, I’m trying to build a custom webhook where I’ll be sending a value from my signature field, I can’t seem to find a way to fetch that value, tried every possible way to grab that value, as a file, as a base64 string none of them seems to work, what’s the best way to approach this issue?
Is there any way I can just save signature as a normal string and send through URL to my webhook? Or can you please send me some example codes for the same functionality?
You should not await getFieldValues(). You should await the signature entry that’s returned since that’s the promise you’re looking to extract the file out of