Using API call for multiple columns in a table
Hello,
I execute an API call to an external endpoint that I will use to fill multiple columns in 1 table. How can I do it without executing multiple calls for every column but do it once and using
->state()
to put it in several columns in the table?1 Reply
Any idea here?