Context: I’m building a fantasy football app of sorts.
I have a data type “Player” - which has various attributes such as name, rank, position.
I want to display a list of player data from an external website and have it reconcile with my own ‘Player’ data type so I can do things like use it in workflows and create entry in my database.
So far I have successfully displayed this player data from an external api through a Repeating Group and have been able to build a basic search function:
However, I have no idea how to connect this external data to my actual Players data type. When I try to run workflows on the above Repeating Group, it doesn’t recognize Type of Content as ‘Player’ (or even give me to option to). I am probably missing some basic step here to reconcile the two but I haven’t been able to find any resources. Any insights would be helpful! Let me know if I can provide more context/screenshots also.