So sorry for the delay here, @BAS! Thank you for the callout, I believe I fixed the links now ![]()
This seems to be working for me:
Entities in datastore can be queried by name (String) or an auto id (int).
- 'Get Entity by Key' only allows for the
nameto be queried, as the key value is passed as aString - 'Delete Entity by Key' only allows for the
idto be queried as the key value is parsed as anIntbefore being passed in - 'Query Datastore' Where conditions can only take in strings as inputs, even
{{123}}will be parsed as"123"
Does that help at all? Let me know!
