Using If, Then, Else statements to make a Custom Action Button

I think your approach won’t be efficient row-wise. If you want to simply show a list of social media links for the creator, you can create columns horizontally in the same Creators table, you don’t need to have a separate table for each one because it will be hell to maintain.

I had a custom code snippet from a while ago to help with that. Let me know if that works for you.