When using a Rest Connector what should be the scope of data page?

we have a data page that fetches the country and currency list and it has a source of Rest connector what scope you suggest for the data page?

@TanyaS58

The scope can be determined based on your requirements. Since Currency and Country code are unlikely to change often and it’s common for all users, I would suggest going with Node-level scope and you can configure the refresh strategy.

@TanyaS58 as suggested by @sangr2 node level shoukd be fine.

Refreshing could be based on the refresh strategy of the source of your data. Perhaps, it’s only updating each year. You could implement the same.