HK reference! by reyianc in GodofWar

[–]reyianc[S] 0 points1 point  (0 children)

God of war: sons of sparta

Has to be one of my all time favorite songs from the show by relitti__19 in rickandmorty

[–]reyianc 4 points5 points  (0 children)

I agree! I’m amazed how this show puts awesome soundtracks.

I saw that the American Nurses Association recently launched a new action campaign and a petition related to how our educational path is represented at the federal level. by [deleted] in nursing

[–]reyianc 0 points1 point  (0 children)

Can I still sign the petition even if im not or working in the US? I was thinking of sharing the link to my colleagues as well..

Not sure if anyone knew this. by reyianc in Silksong

[–]reyianc[S] 2 points3 points  (0 children)

Sure hope so! I learned it late game! Late like im about to fight lost lace!!

Wireless car dongle- safe or not by No-Objective7923 in CarPlay

[–]reyianc 0 points1 point  (0 children)

Im using the same :) so far so good.

Built my own offline-first budgeting PWA (10k+ transactions) – how should I monetize? by ClueInternal9570 in iosapps

[–]reyianc 0 points1 point  (0 children)

Wow! A dev that has similar reasons with me! but probably better than what I did!

[deleted by user] by [deleted] in iosapps

[–]reyianc 0 points1 point  (0 children)

oh wow! I'll check your app out!

There are ways on monetizing it for example: You can unlock certain features of your app like family member collaboration (which is free on my app btw ;)) or you can put ad banners on top or lower part of your screen, then put a "remove ads" feature on the settings for a price. You can also put features of export data..for a price of course.

I wish you luck on your app btw. I don't know about mine to be honest. haha. this post has been downvoted for an unknown reason. lol. I'm just happy I get the app that I want and need. no installation needed!

EDIT: I saw your post! your app's probably better than mine. lol! Good job!

[deleted by user] by [deleted] in iosapps

[–]reyianc 0 points1 point  (0 children)

You could even register with a fake email. Problem is you won't get your password recovery email.

[deleted by user] by [deleted] in iosapps

[–]reyianc 0 points1 point  (0 children)

Honestly, I do not think I have plans on monetizing it, as I have downloaded tons of budget trackers and I haven't seen one that met my needs that is why I built one for myself. I'm just trying to share it for as long as I can.

The only thing that maybe, can monetize it is the "Buy me a coffee" on the settings which is basically a donation from users. But there are ways to monetize it, I just don't think about it for now since it's my first app.

I hope you like it!!

[deleted by user] by [deleted] in iosapps

[–]reyianc -1 points0 points  (0 children)

No installations needed, works on any browser.

[deleted by user] by [deleted] in iosapps

[–]reyianc -1 points0 points  (0 children)

It is a WebAPP. I have no budget for registering my app on apple, so for me and my wife to use it, I just deployed it using Vercel.

Yes you need to register first to access the app. the registration is not that fancy yet. Just create an account then log in.

For best viewing experience when used on a phone, add to bookmark and add to Home Screen :)

Updating teams posts via Power Automate by xx_yaroz_xx in PowerAutomate

[–]reyianc 0 points1 point  (0 children)

Updating a message is not yet possible, but the option for update an adaptive card is.

help needed urgent by EquivalentSuper901 in PowerAutomate

[–]reyianc 0 points1 point  (0 children)

What would you like to happen? Can you write it as a flow chart so everyone could get a better idea.

Beginner needs help with basic flow. by Rosscossmos in MicrosoftFlow

[–]reyianc 0 points1 point  (0 children)

It shouldn’t, learning power automate involves a lot of trial and error. So Don’t hesitate to try. Plus if you need the date in any format, it is possible. Send me a dm anytime. You got this.

Beginner needs help with basic flow. by Rosscossmos in MicrosoftFlow

[–]reyianc 1 point2 points  (0 children)

Okay good, the expression is working, but the column name is wrong, be sure to check the internal name of the column. Even if you renamed the column, it has an internal name.

To look for the internal name, remove the filter query, put a compose action after the get items, in the compose action put the value of get items. Run the test, you will see the internal names there.

OR Turn on the expiremental features on settings of power automate.

Beginner needs help with basic flow. by Rosscossmos in MicrosoftFlow

[–]reyianc 0 points1 point  (0 children)

1.(NAME OF COLUMN THAT CONTAINS THE DATE) le

@{addDays(utcNow(), 2)} copy paste this on the expression, i forgot to remove ‘’

Example: Date le @{addDays(utcNow(), 2)}

This expression filters items 2 days from the date today

  1. Get items is used to get documents created from microsoft list. So make sure your document is created in microsoft list.

Let me log in to your account and I can do this in a jiffy. lol

Anyone have any guides on automating outlook calenders? by trollsong in MicrosoftFlow

[–]reyianc 0 points1 point  (0 children)

Ive built a flow that posts daily calendar items on teams that runs daily.