Re: Condition if sharepoint column contains text-based values.
I would actually change your list so you're not using the Title column and instead create another column called View of type Number. You can then hide the Title column from your List view and from the Add/Edit views.
Then when you go to add a new item it will only show the View column and set the Title column (behind the scenes) to Untitled.
For this example, I've got a list called Views List with the default Title column and another columns called View of type Number. Note that I would also set the View column to a Required field so the user must enter a value.

If I add a new item now and only add a value for the View column, you will see that the Title field gets set to Untitled.

To hide the the Title column from the view, click on Add column then Show or hide columns. Then uncheck the Title column.


Your List view will now only show the View column (Title column is hidden).

This hides the column from your List view, but users will still see it when they go to add a new item or edit the item. To remove it from there, click on the + New button then Edit columns, and uncheck the Title column.


Now when I go to add a new item, or edit an existing item, I will only see the View column.

If you also wanted to remove the Attachments column as shown in the New form above (shows by default), you can go into the List settings > Advanced settings and set Attachments to Disabled.



Now in your Power Automate, you would just reference the View column and completely ignore the Title column.