Send a simple string to a screen by actions?

Hello,

How i can send a string to a screen props by an actions link?

Hi @SunD,

Not sure what do you mean - could you please explain a bit?

Best regards, Victor.

I have created a date picker custom for a project and when the user click on a date i want to sent the date in format string or format to a screen and i donā€™t know if itā€™s possible because in the doc of adalo i donā€™t see something who do this :confused:

@Victor

Hi @SunD,

In order to do something with the date, first you need to store it somewhere - i.e. in some property in some collection record.
If you use the date ā€œapp-wideā€, then one of the ways to store it is to create a specific property in users collection and store it there.
After that you can access the property value and display it using a Magic Text.

Best,
Victor

1 Like

So i need to make an action ā€˜updateā€™ who change the date field in the collection of the current user so i need to use the api url generate by collections for doing this i think ? :slight_smile:

Thank you for your response

Hi @SunD,

I sincerely apologise, but I find it difficult understanding what you would like to do.

There is no way to ā€œsend something to the screenā€, via API or not. Adalo apps a based on data stored in the DB collections. If you would like to change the data for a record in the collection, than you need to use ā€œUpdateā€ action. You can set up this action directly in the app builder.

Best,
Victor.

Itā€™s ok I totally understood how to solve my problem I was just asking if itā€™s the api url generated by the collections that I have to use when I want to update a collection, the answer seems pretty logical but I ask anyway haha

Thanks anyway :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.