When i use the apollo api "Find people at company by Job title" Is there a way to send it to a newe table where each contact has an own row with all the data from the row it came from?
You can use the "Send row for each item in a list" feature to flatten the Apollo API results. This will create a separate row in your destination table for each person found.
After running the "Find people at company by Job title" action, add a column using the "write to table" feature. This will allow you to send each person as an individual row while preserving all the original data from the source row.