When you have an existing SharePoint list or if you have created one using the method described in Create SharePoint List REST API with Power Automate, you will then want to populate it with some fields.
There are several FieldTypeKinds, at least 31 and you kind find more information on them at this link, FieldType Members.
In this post, I will cover another commonly used FieldType in SharePoint, the "User" field which creates Person or Group data pulling from Azure Active Directory. I will create 3 of these in order to demonstrate the creation of multiple fields of the same FieldType using a single process.
Here is the complete Flow: