Hi everyone
Flow is a great feature. However I am trying to achieve a case is:
Sending a flow webhook but the url needs to be dynamic for user profile field
Like this
https://www.test.com?user_id={{ person.id|default:'' }}
However when saving it will show error : “Invalid webhook URL, please try again”
Is there anything I am doing wrong here?