Hello, I would like to know how to natively send information from the backend to my front end?
I saw that it wasn’t possible with custom states so I don’t really know
What exactly do you mean sending data from backend to frontend
? Most of the things you use in your front-end is coming from backend anyway. If you show a list in a repeating group, this is coming from backend (if you set the source to do a search for
). And most of the time, it is automatically updated in the frontend, if somethings are added to that list.
And yes, custom states are happening in the front-end and specific to the current open window. So, you should treat them as temporary things for the front-end modeling.
Can you clarify the question?
To be exact, I use a plugin that allows you to encrypt and encrypt data in the backend. However, I would like to be able to collect the decrypted data on the backend to put it on my frontend.
This topic was automatically closed after 70 days. New replies are no longer allowed.