Hello everyone!
Is it possible to create a component (for example react-select) with help of which I can choose an item from external API and save it my Strapi database.
For example:
I have external API with list of products.
Is it possible in Strapi to create custom field in collection, value of which I will choose with help of custom select inside of which will be list of products from external API?