My currency isn't saving

my currency isn’t saving after 21 currencies, is there a max?

Are you creating 21 different datastore requests? If so, there’s a decent chance you’re throttling the limit.

yea it are 21 different datastore requests, is there a way to add more datastores?

I highly recommend saving all 21 of your currencies in a table and saving the table, therefore only creating one datastore request.

2 Likes

oh yea thats right i will do that thx for the help

1 Like