It looks like there are some people who have really long bios and that is were the holdup might be. Still doing some troubleshooting to make sure thats it.
Hey there David sorry for the delay, trying to see which configuration can best help the integration run. The issue isn't your prompt, but the cells its checking are the hold up.
Ok so looks like its working now. The issue going on was that the initial prompt was calling the entire array of data and it was too much data for the prompt to take in.
So the solution was to isolate just the Job titles and Names by extracting them from the array and putting them into their own columns. And then calling on both of those columns in the prompt.