Hi,
I need some assistance.
Can someone explaine how i can create app with costom page for display my setting page.
I want create app which make requests to monday api and collect some data.
but i need give to user ability to configure what data they need.(for example select colums)
For that i need show user some configuration page.
i found that i can create table view and show that custom page there as iframe but i think it is not right way.
more information about how it should work: user create some ‘set’ of ‘export settings’ with some id on app side(on my server; can create multiple sets).
3dparty service make request to my server with ‘set’ id, my app make request to Monday and collect requested data.
There is no any triggers or actions on Monday side.
But i need give user ability to open app setting page for create sets of ‘export settings’ and get his auth code for api requests