Simple request here - looking for the field name for Feathery UUID so that I can POST it for each user submission. Just looking for what should go in the curly brackets here. Thanks.
Hi @Miles , You’ll have to pass feathery.userId to a hidden field and then you can reference it to your API connector
Hi @Miles ,
feathery.userId isn’t accessible by default outside advanced logic and it isn’t a field, so with the logic you made, it’ll just assign a string of “feathery.userId” on your hidden field,
You’ll need to assign the value through advanced logic like this.
uuid.value = feathery.userId;