Hi João,
How are you setting the banda_id in your "tb_links" entity?
You need to set the Id of the "tb_bandas" record you just created. The Create or CreateOrUpdate entity actions have an output that is an Id, and it's that Id that you need to set on your foreign key.
Hope this helps,
Pedro