Allow user to Display availability status of their listing from edit post page

Hello everyone, my app allows users to share their apartments, however I want these users to be able to select one of two options. 1. currently occupied. 2. Vacant.

I created a dropdown in the edit post page with these static options, but i am unable to show the selection on the users post.

There is probably an easier way to do it than the route i am currently taking, please share. Thanks


Are you saving these values in an apartment data type?

Also, I suggest you use option sets rather than static values. Basically, your apartment data will have an option set field.

The option set would have these options: Occupied and Vacant

You could then update this field by either updating it via a workflow or using autobind.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.