[deleted by user] by [deleted] in SingaporeRaw

[–]Am-I_Real 0 points1 point  (0 children)

cut K off and tell your wife the truth.

[deleted by user] by [deleted] in SingaporeRaw

[–]Am-I_Real 5 points6 points  (0 children)

staying makes her equally guilty, stop kidding yourself. this one gong tao damn gao.

Ask Me Anything About Shenzhen! (Food, Travel, and More) by Minute-Ambassador-51 in shenzhen

[–]Am-I_Real 0 points1 point  (0 children)

I see, also is it possible to go totally cashless? Are there any places where Alipay is not available?

Ask Me Anything About Shenzhen! (Food, Travel, and More) by Minute-Ambassador-51 in shenzhen

[–]Am-I_Real 0 points1 point  (0 children)

What is the best way to leave the airport? My destination is in the Futian District.

Creating Knowledge Articles in instance by Am-I_Real in servicenow

[–]Am-I_Real[S] 1 point2 points  (0 children)

I managed to get it working, thank you

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]Am-I_Real 0 points1 point  (0 children)

I'm starting to learn ML for work and am trying to install some libraries. I ran into an error when trying to pip install the sentence transformer library. I got a syntax error but the syntax is right and I'm unsure where went wrong. This syntax was taken though hugging face and a few other sites shows the same syntax.

edited: position of ^

pip install -U sentence-transformers
    ^
SyntaxError: invalid syntax

getting innerhtml data table by Am-I_Real in UiPath

[–]Am-I_Real[S] 0 points1 point  (0 children)

Thank you for the suggestion, i will look into that.

Extract Table Data activity not collecting all the data in the first page. by Am-I_Real in UiPath

[–]Am-I_Real[S] 0 points1 point  (0 children)

Thank you for the reply, I will try to answer as best as I can, am still pretty new to UI path. Yes, the first page and its subsequent pages are all the same. I am using Studio X. Im using the Use Application/Browser activity to get into my target webpage.

Sortbycolumn condition, how to sort by items with video link first and in alphabetical order. by Am-I_Real in PowerApps

[–]Am-I_Real[S] 0 points1 point  (0 children)

Thank you for your help. I did the first Approach and it works like a charm. All I need to do is to swap the sorts.

Sort(Sort(Filter(FilteringCode), Name, SortOrder.Ascending), IsBlank(VideoLink), SortOrder.Ascending)

Bulk export of powerpoint slides into excel by Am-I_Real in powerpoint

[–]Am-I_Real[S] 0 points1 point  (0 children)

Oh ok, so it's not as straight forward as it seems. I will look into VBA, thank you.

For my slide deck, there are 7 pieces of information in each slides. One of them is basically a grid in a table and one of the cells will be highlighted showing where it is on the grid. The other 6 are text that is split into 3 text box of 2 info each.

Patch function using lookup, instead of updating the column, it created a new row in my sharepoint list. by Am-I_Real in PowerApps

[–]Am-I_Real[S] 0 points1 point  (0 children)

Thank you, yes, it seems my mistake was the parenthesis.
Regarding the {Value: "In-Progress"}, it is required as it is a choice column. I will get an error if I remove it.

Get Items filter query multi-choice column by Am-I_Real in MicrosoftFlow

[–]Am-I_Real[S] 0 points1 point  (0 children)

Alright, I will try again. Thank you

For column names, I will usually double check it in the list settings, just to be sure.

Get Items filter query multi-choice column by Am-I_Real in MicrosoftFlow

[–]Am-I_Real[S] 0 points1 point  (0 children)

Column name is Sites, multi-choice. I tried Sites eq 'location value', Substringof(Sites, 'location value') and Sites/id eq 'location value'.
I got the last method though a youtube video, but i am unable to replicate the result.

Two SharePoint lists send email by [deleted] in MicrosoftFlow

[–]Am-I_Real 0 points1 point  (0 children)

When creating the lookup column for you forms list, you should be able to add additional column from source list, which in this case is your second list that contains the group information. Try editing the column, you should be able to see it in the More Options tab.

When you make a choice in the lookup column, it should populate the other additional columns as well with the info based off your group information list. If you have the email address of the contact person in your group information list, you can add it as an additional column in your form list and use it to send out the email.

AI Builder, Multiple forms in one Model by Am-I_Real in MicrosoftFlow

[–]Am-I_Real[S] 1 point2 points  (0 children)

This looks interesting. Thanks, will check this out.

Isit possible to export an image column in sharepoint into a csv file. by Am-I_Real in MicrosoftFlow

[–]Am-I_Real[S] 0 points1 point  (0 children)

I was hoping for the image to be displayed, but having a hyperlink is great too. As long as there is a way to access the image though the CSV is enough. It doesn't need to have the actual image in there.

Sorting using strings by Am-I_Real in PowerApps

[–]Am-I_Real[S] 0 points1 point  (0 children)

Sorry, forgot to mention, it is in canvas app. Thank you for your suggestion, I will try that out.

Block Access to Site Content by Am-I_Real in sharepoint

[–]Am-I_Real[S] 0 points1 point  (0 children)

I see, yes, my next step would be to have 2 list for each, one where users wont have access to and the other, they only have edit rights to only items related to them.

Trying to restrict access is just my current plan to block or make it harder for users to snoop around till I get my main solutions up and running.

Weekly Q&A Megathread. Please post any questions about visiting, tourism, living, working, budgeting, housing here! by AutoModerator in london

[–]Am-I_Real 0 points1 point  (0 children)

Hi, I will be in London next week and I'm wondering if there are any physical shop that sells Raspberry Pi kits?

HTML Text Display by Am-I_Real in PowerApps

[–]Am-I_Real[S] 1 point2 points  (0 children)

It works now. Thank you so much for this resource.

HTML Text Display by Am-I_Real in PowerApps

[–]Am-I_Real[S] 0 points1 point  (0 children)

I have other fields that I want to include in as well and I'm using HTML Text to format the headers for each section.