@salemmo409 is right, a little more guidance.

  1. Create a backend workflow that takes as a parameter your data type that has the fields input and output. It should have a single action inside with make changes a thing (the parameter) and it should change “output” field using external api as data (your api call to open ai

  2. In the front end, you should have the action schedule an api workflow on a list, using the 100 prouct names you want and the API workflow created on step 1