With the create entity action I was wondering first up how I format the custom data field
Im guessing its liek this? [{"Name":"Year","Value":"7"},{"Name":"Email","Value":"email"},{"Name":"CName","Value":"Test"},{"Name":"Points","Value":null}]
And after promting for each field would it be something like this?
[{“Name”:“Year”,“Value”:“50”},{“Name”:“Email”,“Value”:"[?Enter Email;] “},{“Name”:“CName”,“Value”:”[?Enter Name;]"},{“Name”:“Points”,“Value”:null}]