Hey fellas, how is it going?
I’m trying to build a simple custom workflow block to use in a sentence to send an email when a button is clicked.
I was able to setup a custom workflow block that I’m using in my recipe, and when I associate it with my button it gets triggered as expected.
However, I’m not getting the expected data in my server-side app.
I tried adding a number of combination of input fields but none seems to give me the email column value or the row id.
How can I get the email address stored in a column that is selected by the user?
Any help is appreciated.