Hi everyone!
I’m running into an issue with my REST API and could really use some help.
I’m currently working with Softr, and I’m trying to send both {LOGGED_IN_USER:EMAIL}
and {recordId}
to my API. Individually, everything works great — I can receive the email just fine when it’s the only parameter, and I can also receive the recordId on its own without any issues.
The problem comes up when I try to send both at the same time. For some reason, the recordId
still makes it through, but the email
comes through as {LOGGED_IN_USER:EMAIL}
and not the actual users email. I should point out that I am in the preview mode at the moment as I don’t want to publish it with it being this insecure/unstable.
Has anyone else experienced this, or does anyone know if Softr has limitations when using multiple variables in a request like this? Maybe I’m missing something simple. I have attached 2 images that show my current URL parameters and placeholders. As far as I know, the data in the placeholders are just examples of what the API call would look like, so I just have example data in there now but when it actually calls the API in the Softr preview, it uses the correct data.
Thanks in advance for any tips or suggestions! Appreciate the help!